onEvent property

Stream<FastAppLoaderBlocEvent> onEvent
inherited

Called whenever an event is added to the BloC.

Implementation

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