selectNotificationStream top-level property

StreamController<String?> selectNotificationStream
final

Stream of notification payload strings broadcast when the user taps a notification to open the app.

Implementation

final StreamController<String?> selectNotificationStream =
    StreamController<String?>.broadcast();