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