onError property

Stream<BlocError> onError

Called whenever the BloC's state is updated.

Implementation

Stream<BlocError> get onError => errorController.stream;