blocObserver property

  1. @Deprecated('This will be removed in v9.0.0. Use Bloc.observer instead.')
BlocObserver blocObserver

The BlocObserver that will be used within the current Zone.

By default, a base BlocObserver implementation is used.

Implementation

@Deprecated('This will be removed in v9.0.0. Use Bloc.observer instead.')
BlocObserver get blocObserver => Bloc.observer;