listScheduledNotifications method
List all active scheduled notifications.
Implementation
@override
Future<List<NotificationModel>> listScheduledNotifications() {
return LocalNotificationsPlatform.instance.listScheduledNotifications();
}
List all active scheduled notifications.
@override
Future<List<NotificationModel>> listScheduledNotifications() {
return LocalNotificationsPlatform.instance.listScheduledNotifications();
}