updatePlan abstract method

Future<void> updatePlan(
  1. String token,
  2. 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);