cancelAllNotifications method

Future<void> cancelAllNotifications()

Implementation

Future<void> cancelAllNotifications() async {
  await flutterLocalNotificationsPlugin.cancelAll();
}