onEvent property
Stream<E>
get
onEvent
Called whenever an event is added to the BloC.
Implementation
Stream<E> get onEvent => externalEventController.stream;
Called whenever an event is added to the BloC.
Stream<E> get onEvent => externalEventController.stream;