getDeviceDeploymentFor abstract method
Get the deployment configuration for the primary device with
primaryDeviceRoleName in the study deployment with studyDeploymentId.
Returns null if studyDeploymentId is not found.
Implementation
Future<PrimaryDeviceDeployment?> getDeviceDeploymentFor(
String studyDeploymentId,
String primaryDeviceRoleName,
);