didReceiveLocalNotificationStream top-level property

StreamController<ReceivedNotification> didReceiveLocalNotificationStream
final

Streams are created so that app can respond to notification-related events since the plugin is initialised in the main function

Implementation

final StreamController<ReceivedNotification> didReceiveLocalNotificationStream =
    StreamController<ReceivedNotification>.broadcast();