pendingNotificationRequests method
Returns a list of notifications pending to be delivered/shown.
Implementation
Future<List<PendingNotificationRequest>> pendingNotificationRequests() =>
FlutterLocalNotificationsPlatform.instance.pendingNotificationRequests();