inviteUser abstract method

Future<PlanInvite> inviteUser(
  1. String token,
  2. int userId
)

Invites the user with the given userId to the plan of the user associated with the given token.

Implementation

Future<PlanInvite> inviteUser(String token, int userId);