externalEventController property

  1. @protected
PublishSubject<FastMediaLayoutBlocEvent> externalEventController
finalinherited

The external event controller which is used to control the event stream.

Implementation

@protected
final PublishSubject<E> externalEventController = PublishSubject<E>();