getStudyStatusList method
Get the status for the studies which run on this client device.
Implementation
List<StudyStatus> getStudyStatusList() =>
repository.values.map((study) => study.status) as List<StudyStatus>;
Get the status for the studies which run on this client device.
List<StudyStatus> getStudyStatusList() =>
repository.values.map((study) => study.status) as List<StudyStatus>;