storagecontainerlabelExportexcelxlsxPost method

Implementation

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

  return _storagecontainerlabelExportexcelxlsxPost(body: body);
}