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