didReceiveLocalNotificationStream property

StreamController<CustomNotification> didReceiveLocalNotificationStream
final

Implementation

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