physicalinventoryCountbarcodePost method

Future<Response<bool>> physicalinventoryCountbarcodePost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountBarcodeRequest? body,
})

Implementation

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