cancelAll method

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

Cancel and dismiss all notifications and the active schedules

Implementation

@override
Future<void> cancelAll() {
  return LocalNotificationsPlatform.instance.cancelAll();
}