SmartphoneDeploymentController constructor

SmartphoneDeploymentController(
  1. DeploymentService deploymentService,
  2. DeviceDataCollectorFactory deviceRegistry
)

Create a new SmartphoneDeploymentController to control the runtime behavior of a study deployment.

Implementation

SmartphoneDeploymentController(super.deploymentService, super.deviceRegistry);