onEvent property

Stream<E> onEvent

Called whenever an event is added to the BloC.

Implementation

Stream<E> get onEvent => externalEventController.stream;