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