getStudyRuntime method
Get the StudyRuntime
for a studyDeploymentId
.
Implementation
@override
SmartphoneDeploymentController? getStudyRuntime(String studyDeploymentId) =>
super.getStudyRuntime(studyDeploymentId)
as SmartphoneDeploymentController;