listScheduledNotifications method

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

List all active scheduled notifications.

Implementation

@override
Future<List<NotificationModel>> listScheduledNotifications() async {
  return [];
}