pendingNotificationRequests method

  1. @override
Future<List<PendingNotificationRequest>> pendingNotificationRequests()
override

Returns a list of notifications pending to be delivered/shown

Implementation

@override
Future<List<PendingNotificationRequest>>
    pendingNotificationRequests() async => <PendingNotificationRequest>[];