menu
bloc_structure package
documentation
app_utils/notification_handling.dart
NotificationService
cancelAllNotifications method
cancelAllNotifications method
dark_mode
light_mode
cancelAllNotifications
method
Future
<
void
>
cancelAllNotifications
(
)
Implementation
Future<void> cancelAllNotifications() async { await flutterLocalNotificationsPlugin.cancelAll(); }
bloc_structure package
documentation
app_utils/notification_handling
NotificationService
cancelAllNotifications method
NotificationService class