physicalinventoryPrintrecountedanalysisreportPost method

Future<Response<bool>> physicalinventoryPrintrecountedanalysisreportPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintRecountedAnalysisReportRequest? body,
})

Implementation

Future<chopper.Response<bool>>
physicalinventoryPrintrecountedanalysisreportPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintRecountedAnalysisReportRequest?
  body,
}) {
  return _physicalinventoryPrintrecountedanalysisreportPost(body: body);
}