unregisterDevice abstract method

Future<StudyDeploymentStatus> unregisterDevice(
  1. String studyDeploymentId,
  2. String deviceRoleName
)

Unregister the device with the specified deviceRoleName for the study deployment with studyDeploymentId.

Implementation

Future<StudyDeploymentStatus> unregisterDevice(
  String studyDeploymentId,
  String deviceRoleName,
);