unregisterDevice abstract method
Unregister the device with the specified deviceRoleName for the study
deployment with studyDeploymentId.
Returns null if studyDeploymentId is not found.
Implementation
Future<StudyDeploymentStatus?> unregisterDevice(
String studyDeploymentId,
String deviceRoleName,
);