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