physicalinventoryPrintcountsheetsPost method

Future<Response<bool>> physicalinventoryPrintcountsheetsPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintCountSheetsRequest? body,
})

Implementation

Future<chopper.Response<bool>> physicalinventoryPrintcountsheetsPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintCountSheetsRequest?
  body,
}) {
  return _physicalinventoryPrintcountsheetsPost(body: body);
}