kemproApiV2OrgDevicesVerifyGet method
Get verification information on the given serial number and controller PIN. @param serialNumber @param controllerPin
Implementation
Future<chopper.Response<DeviceVerificationV2>>
kemproApiV2OrgDevicesVerifyGet({
String? serialNumber,
String? controllerPin,
}) {
generatedMapping.putIfAbsent(
DeviceVerificationV2, () => DeviceVerificationV2.fromJsonFactory);
return _kemproApiV2OrgDevicesVerifyGet(
serialNumber: serialNumber, controllerPin: controllerPin);
}