stateEvents property
A stream of state changes of this user task.
This stream is useful in a StreamBuilder to listen on
changes to a UserTask
.
Implementation
Stream<UserTaskState> get stateEvents => _stateController.stream;
A stream of state changes of this user task.
This stream is useful in a StreamBuilder to listen on
changes to a UserTask
.
Stream<UserTaskState> get stateEvents => _stateController.stream;