aragingreportExportexcelxlsxPost method

Implementation

Future<
  chopper.Response<
    FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
  >
>
aragingreportExportexcelxlsxPost({
  required WebApiModulesReportsAccountingReportsArAgingReportArAgingReportRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
    () =>
        FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
            .fromJsonFactory,
  );

  return _aragingreportExportexcelxlsxPost(body: body);
}