chmod abstract method
- String token,
- int userId,
- PlanMemberAccessType accessType
Modifies the access type of the member with the given userId in the plan of the user associated with the given token.
Implementation
Future<void> chmod(String token, int userId, PlanMemberAccessType accessType);