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