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