getPlan abstract method
- String token
Fetches the plan for the user associated with the given token
.
Implementation
Future<CalendarPlan> getPlan(String token);
Fetches the plan for the user associated with the given token
.
Future<CalendarPlan> getPlan(String token);