getDeviceDeployment method
Get a smartphone deployment configuration for studyDeploymentId
for
this phone.
Implementation
Future<SmartphoneDeployment?> getDeviceDeployment(
String studyDeploymentId) async =>
await getDeviceDeploymentFor(studyDeploymentId, thisPhone.roleName);