rentalinventorychangereportRunreportPost method
Implementation
Future<
chopper.Response<
WebApiDataAppReportResponse>> rentalinventorychangereportRunreportPost(
{required WebApiModulesReportsInventoryChangeReportInventoryChangeReportRequest?
body}) {
generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory);
return _rentalinventorychangereportRunreportPost(body: body);
}