blocObserver property
- @Deprecated('This will be removed in v9.0.0. Use Bloc.observer instead.')
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;