foregroundNotifications property

Stream<Map<String, dynamic>> get foregroundNotifications

Emits notification payloads when received while the app is in the foreground.

Implementation

Stream<Map<String, dynamic>> get foregroundNotifications {
  throw UnimplementedError(
      'foregroundNotifications has not been implemented.');
}