menu
cramr_ui_lib package
documentation
settings/notification_service.dart
NotificationService
cancelNotifications method
cancelNotifications method
dark_mode
light_mode
cancelNotifications
method
Future
<
void
>
cancelNotifications
(
)
Implementation
Future<void> cancelNotifications() async { await _localNotifications.cancelAll(); }
cramr_ui_lib package
documentation
settings/notification_service
NotificationService
cancelNotifications method
NotificationService class