getDeviceDeploymentFor abstract method

Future<PrimaryDeviceDeployment?> getDeviceDeploymentFor(
  1. String studyDeploymentId,
  2. String primaryDeviceRoleName
)

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,
);