menu
dutato
data/services/notification_service.dart
NotificationService
cancelAll method
cancelAll
dark_mode
light_mode
description
cancelAll
method
Future
<
void
>
cancelAll
(
)
Cancel all scheduled notifications.
Implementation
Future<void> cancelAll() async { await _plugin.cancelAll(); }
dutato
notification_service
NotificationService
cancelAll method
NotificationService class