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