cancelNotifications method
void
cancelNotifications()
Cancel All notification
Implementation
void cancelNotifications() async {
await _notificationsPlugin.cancelAll();
}
Cancel All notification
void cancelNotifications() async {
await _notificationsPlugin.cancelAll();
}