lookupStudyRuntime method
Lookup the StudyRuntime based on the studyDeploymentId and deviceRoleName.
Implementation
@override
SmartphoneDeploymentController? lookupStudyRuntime(
  String studyDeploymentId,
  String deviceRoleName,
) =>
    super.lookupStudyRuntime(studyDeploymentId, deviceRoleName)
        as SmartphoneDeploymentController;