getFooter method
Implementation
@override
Footer getFooter(AppAttributes appAttributes) {
return Footer(
footerPagesConfigs: appAttributes.screenConfigurations
.getFooterPagesConfig(),
userSettings: appAttributes.userSettings,
footerConfig: appAttributes.footerConfig,
);
}