observers property
The list of BlocObserver instances that will be registered. Observers are notified of all lifecycle events in the same order that they are specified.
Implementation
final List<BlocObserver> observers;
The list of BlocObserver instances that will be registered. Observers are notified of all lifecycle events in the same order that they are specified.
final List<BlocObserver> observers;