getStudyDeploymentStatusList method

  1. @override
Future<List<StudyDeploymentStatus>> getStudyDeploymentStatusList(
  1. List<String> studyDeploymentIds
)
override

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();
}