getDeviceDeploymentFor abstract method

Future<MasterDeviceDeployment> getDeviceDeploymentFor(
  1. String studyDeploymentId,
  2. String masterDeviceRoleName
)

Get the deployment configuration for the master device with masterDeviceRoleName in the study deployment with studyDeploymentId.

Implementation

Future<MasterDeviceDeployment> getDeviceDeploymentFor(
  String studyDeploymentId,
  String masterDeviceRoleName,
);