getStudyDeploymentStatusList abstract method

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

Get the statuses for a set of deployments with the specified studyDeploymentIds. Returns null for IDs in studyDeploymentIds for which no deployment exists.

Implementation

Future<List<StudyDeploymentStatus?>> getStudyDeploymentStatusList(
  List<String> studyDeploymentIds,
);