cancelNotifications method

void cancelNotifications()

Cancel All notification

Implementation

void cancelNotifications() async {
  await _notificationsPlugin.cancelAll();
}