menu
update_center package
documentation
provider/notification_provider.dart
NotificationProvider
cancelNotification method
cancelNotification method
dark_mode
light_mode
cancelNotification
method
Future
<
void
>
cancelNotification
(
int
id
)
Implementation
Future<void> cancelNotification(int id) async { await _plugin.cancel(id); }
update_center package
documentation
provider/notification_provider
NotificationProvider
cancelNotification method
NotificationProvider class