cancel abstract method

Future<void> cancel(
  1. int id
)

Cancel a single notification and its respective schedule

Implementation

Future<void> cancel(int id);