getActiveNotifications method

Future<List<ActiveNotification>> getActiveNotifications()
inherited

Returns a list of notifications already delivered

Implementation

Future<List<ActiveNotification>> getActiveNotifications() {
  throw UnimplementedError(
      'getActiveNotifications() has not been implemented');
}