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