onCustomNotification property

StreamController<CustomNotification> onCustomNotification
final

Implementation

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