cancelAll method

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

Cancel and dismiss all notifications and the active schedules

Implementation

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