clearDeadlines abstract method

Future<void> clearDeadlines(
  1. String token
)

Clears all deadlines in the plan of the user associated with the given token.

Implementation

Future<void> clearDeadlines(String token);