pendingNotificationRequests method

Future<List<PendingNotificationRequest>> pendingNotificationRequests()

Returns a list of notifications pending to be delivered/shown.

Implementation

Future<List<PendingNotificationRequest>> pendingNotificationRequests() =>
    FlutterLocalNotificationsPlatform.instance.pendingNotificationRequests();