getStudy method

SmartphoneStudy? getStudy(
  1. String studyDeploymentId,
  2. String deviceRoleName
)
inherited

Get the study with studyDeploymentId and deviceRoleName from this client manager. Returns null if no such study has been added.

Implementation

TStudy? getStudy(String studyDeploymentId, String deviceRoleName) =>
    repository.getStudy(studyDeploymentId, deviceRoleName);