agentbillingreportExportexcelxlsxPost method

Implementation

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

  return _agentbillingreportExportexcelxlsxPost(body: body);
}