lockDevice method
Implementation
Future<CuppsCommandResponse> lockDevice() async {
CuppsCommandResponse lockRes = await lock();
log("$lockRes");
return lockRes;
// print(lockRes);
}
Future<CuppsCommandResponse> lockDevice() async {
CuppsCommandResponse lockRes = await lock();
log("$lockRes");
return lockRes;
// print(lockRes);
}