getStudyStatusList method

List<StudyStatus> getStudyStatusList()
inherited

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>;