physicalinventoryPrintdiscrepancyreportPost method
Implementation
Future<chopper.Response<bool>> physicalinventoryPrintdiscrepancyreportPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintDiscrepancyReportRequest?
body,
}) {
return _physicalinventoryPrintdiscrepancyreportPost(body: body);
}