getStudyDeploymentStatus abstract method
Get the status for a study deployment with the given studyDeploymentId.
Returns null if studyDeploymentId is not found.
Implementation
Future<StudyDeploymentStatus?> getStudyDeploymentStatus(
String studyDeploymentId);