externalEventController property
The external event controller which is used to control the event stream.
Implementation
@protected
final PublishSubject<E> externalEventController = PublishSubject<E>();
The external event controller which is used to control the event stream.
@protected
final PublishSubject<E> externalEventController = PublishSubject<E>();