leavePlan abstract method

Future<void> leavePlan(
  1. String token
)

Leaves a shared plan of the user associated with the given token.

Implementation

Future<void> leavePlan(String token);