getStudyDeploymentStatusList method
Get the statuses for a set of deployments with the specified studyDeploymentIds
.
Implementation
@override
Future<List<StudyDeploymentStatus>> getStudyDeploymentStatusList(
List<String> studyDeploymentIds) {
// TODO: implement getStudyDeploymentStatusList
throw UnimplementedError();
}