cancelSchedule abstract method

Future<void> cancelSchedule(
  1. int id
)

Cancel a single scheduled notification, without dismiss the active notification

Implementation

Future<void> cancelSchedule(int id);