getFooter method

  1. @override
dynamic getFooter(
  1. dynamic appAttributes
)

Implementation

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