replaceRootStackWith method

void replaceRootStackWith(
  1. List<AppPageNode<T>> pages
)

Implementation

void replaceRootStackWith(List<AppPageNode<T>> pages) {
  _rootPageNodesSetter = _rootPageStack.replaceAllWith(pages);

  notifyListeners();
}