physicalinventoryCountbarcodePost method
Implementation
Future<chopper.Response<bool>> physicalinventoryCountbarcodePost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountBarcodeRequest?
body,
}) {
return _physicalinventoryCountbarcodePost(body: body);
}