statusEvents property
Stream<StudyStatus>
get
statusEvents
The stream of StudyStatus events for this controller.
Implementation
Stream<StudyStatus> get statusEvents => _statusEventsController.stream;
The stream of StudyStatus events for this controller.
Stream<StudyStatus> get statusEvents => _statusEventsController.stream;