getStudyRuntime method
Get the StudyRuntime for a study.
Implementation
@override
SmartphoneDeploymentController? getStudyRuntime(Study study) =>
repository[study] as SmartphoneDeploymentController;
Get the StudyRuntime for a study.
@override
SmartphoneDeploymentController? getStudyRuntime(Study study) =>
repository[study] as SmartphoneDeploymentController;