inviteUser abstract method
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);
Invites the user with the given userId
to the plan of the user associated with the given token
.
Future<PlanInvite> inviteUser(String token, int userId);