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