pub fn set_nav_store(store: Rc<dyn NavStore>)Expand description
Install the app’s navigation persistence store (docs/navigation.md). Call once at startup,
before the UI mounts, so a .restore surface reads it on first build. A later call replaces
the store.