cancelAllNotifications method
Cancel all notifications
Implementation
Future<void> cancelAllNotifications() async {
await _notificationsPlugin.cancelAll();
}
Cancel all notifications
Future<void> cancelAllNotifications() async {
await _notificationsPlugin.cancelAll();
}