observers property

List<BlocObserver> observers
final

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;