listScheduledNotifications method

  1. @override
Future<List<NotificationModel>> listScheduledNotifications()
override

List all active scheduled notifications.

Implementation

@override
Future<List<NotificationModel>> listScheduledNotifications() {
  return LocalNotificationsPlatform.instance.listScheduledNotifications();
}