pendingNotificationRequests method

Future<List<PendingNotificationRequest>> pendingNotificationRequests()

Returns a list of notifications pending to be delivered/shown

Implementation

Future<List<PendingNotificationRequest>> pendingNotificationRequests() {
  throw UnimplementedError(
      'pendingNotificationRequest() has not been implemented');
}