createBranches method

List<StatefulShellBranch> createBranches(
  1. AppAttributes appAttributes
)
inherited

Implementation

List<StatefulShellBranch> createBranches(AppAttributes appAttributes) {
  List<(Widget, StatefulBranchInfoProvider)> allPagesWithConfigs =
      getAllPagesWithConfigs(appAttributes);
  return createStatefulShellBranches(appAttributes, allPagesWithConfigs);
}