lookupStudyRuntime method

  1. @override
SmartphoneDeploymentController? lookupStudyRuntime(
  1. String studyDeploymentId,
  2. String deviceRoleName
)
override

Lookup the StudyRuntime based on the studyDeploymentId and deviceRoleName.

Implementation

@override
SmartphoneDeploymentController? lookupStudyRuntime(
  String studyDeploymentId,
  String deviceRoleName,
) =>
    super.lookupStudyRuntime(studyDeploymentId, deviceRoleName)
        as SmartphoneDeploymentController;