getPlan abstract method

Future<CalendarPlan> getPlan(
  1. String token
)

Fetches the plan for the user associated with the given token.

Implementation

Future<CalendarPlan> getPlan(String token);