selectNotificationStream top-level property
Stream of notification payload strings broadcast when the user taps a notification to open the app.
Implementation
final StreamController<String?> selectNotificationStream =
StreamController<String?>.broadcast();