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