notificationStream property

StreamController<NwcNotification> notificationStream
getter/setter pair

Implementation

StreamController<NwcNotification> notificationStream =
    StreamController<NwcNotification>.broadcast();