stateEvents property
The runtime state changes of this executor.
Implementation
@override
Stream<ExecutorState> get stateEvents =>
_stateEventController.stream.distinct();
The runtime state changes of this executor.
@override
Stream<ExecutorState> get stateEvents =>
_stateEventController.stream.distinct();