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