cancelAllNotifications method

Future<void> cancelAllNotifications()

Cancel all notifications

Implementation

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