getStudyRuntime method

  1. @override
SmartphoneDeploymentController? getStudyRuntime(
  1. String studyDeploymentId
)
override

Get the StudyRuntime for a studyDeploymentId.

Implementation

@override
SmartphoneDeploymentController? getStudyRuntime(String studyDeploymentId) =>
    super.getStudyRuntime(studyDeploymentId)
        as SmartphoneDeploymentController;