getStudyRuntime method

  1. @override
SmartphoneDeploymentController? getStudyRuntime(
  1. Study study
)
override

Get the StudyRuntime for a study.

Implementation

@override
SmartphoneDeploymentController? getStudyRuntime(Study study) =>
    repository[study] as SmartphoneDeploymentController;