statusEvents property

Stream<StudyStatus> statusEvents

The stream of StudyStatus events for this controller.

Implementation

Stream<StudyStatus> get statusEvents => _statusEventsController.stream;