getPendingScheduledNotifications method

Future<List<int>> getPendingScheduledNotifications()

Returns the ids of notifications that are scheduled but not yet delivered.

Implementation

Future<List<int>> getPendingScheduledNotifications() {
  throw UnimplementedError(
    'getPendingScheduledNotifications() has not been implemented.',
  );
}