removeDeadline abstract method

Future<void> removeDeadline(
  1. String token,
  2. int id
)

Removes the deadline with the given id from the plan of the user associated with the given token.

Implementation

Future<void> removeDeadline(String token, int id);