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