stateEvents property

Stream<UserTaskState> stateEvents

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;