getDeviceDeployment method

Future<SmartphoneDeployment?> getDeviceDeployment(
  1. String studyDeploymentId
)

Get a smartphone deployment configuration for studyDeploymentId for this phone.

Implementation

Future<SmartphoneDeployment?> getDeviceDeployment(
        String studyDeploymentId) async =>
    await getDeviceDeploymentFor(studyDeploymentId, thisPhone.roleName);