pendingNotificationRequests method
Returns a list of notifications pending to be delivered/shown
Implementation
@override
Future<List<PendingNotificationRequest>>
pendingNotificationRequests() async => <PendingNotificationRequest>[];
Returns a list of notifications pending to be delivered/shown
@override
Future<List<PendingNotificationRequest>>
pendingNotificationRequests() async => <PendingNotificationRequest>[];