consignorstatementreportExportexcelxlsxPost method
Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult> >
consignorstatementreportExportexcelxlsxPost({})
Implementation
Future<
chopper.Response<
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
>
>
consignorstatementreportExportexcelxlsxPost({
required WebApiModulesReportsConsignorStatementReportConsignorStatementReportRequest?
body,
}) {
generatedMapping.putIfAbsent(
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
() =>
FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
.fromJsonFactory,
);
return _consignorstatementreportExportexcelxlsxPost(body: body);
}