studyStatusEvents property

Stream<StudyStatusEvent<SmartphoneStudy>> get studyStatusEvents

A stream of StudyStatusEvent events generate whenever a study change state.

Implementation

Stream<StudyStatusEvent<SmartphoneStudy>> get studyStatusEvents =>
    _studyStatusEventGroup.stream;