cancelAllScheduledNotifications static method

Future<void> cancelAllScheduledNotifications()

Implementation

static Future<void> cancelAllScheduledNotifications() async {
  await AwesomeNotifications().cancelAllSchedules();
}