updatePlan abstract method
- String token,
- CalendarPlan plan
Updates the plan for the user associated with the given token
and returns the updated plan confirmed by the server.
Implementation
Future<void> updatePlan(String token, CalendarPlan plan);