rentalinventorysummarybyrankreportExportexcelxlsxPost method

Implementation

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

  return _rentalinventorysummarybyrankreportExportexcelxlsxPost(body: body);
}