getStudyRuntime method

StudyRuntime<DeviceRegistration>? getStudyRuntime(
  1. String studyDeploymentId
)

Get the StudyRuntime for a studyDeploymentId.

Implementation

StudyRuntime? getStudyRuntime(String studyDeploymentId) =>
    repository[studyDeploymentId];