onError property

Stream<BlocError> get onError
inherited

Called whenever the BloC's state is updated.

Implementation

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