cancelAllSchedules method

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

Cancels all active schedules, without dismissing the respective notifications.

This method returns a Future that resolves when all active schedules with the specified group key have been cancelled.

Implementation

@override
Future<void> cancelAllSchedules() {
  return AwesomeNotificationsPlatform.instance.cancelAllSchedules();
}