removeMember abstract method

Future<void> removeMember(
  1. String token,
  2. int userId
)

Removes the member with the given userId from the plan of the user associated with the given token.

Implementation

Future<void> removeMember(String token, int userId);