cancelAllSchedules method

  1. @override
Future<void> cancelAllSchedules()
override

Cancel all active notification schedules without dismiss the respective notifications

Implementation

@override
Future<void> cancelAllSchedules() async {
  await methodChannel.invokeMethod(CHANNEL_METHOD_CANCEL_ALL_SCHEDULES);
}