subprofitabilityreportExportexcelxlsxPost method

Implementation

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

  return _subprofitabilityreportExportexcelxlsxPost(body: body);
}