replaceAllWith method

NavigationStack<T> replaceAllWith(
  1. List<AppPageNode<T>> pages
)

Implementation

NavigationStack<T> replaceAllWith(List<AppPageNode<T>> pages) {
  return NavigationStack([...pages]);
}