pub fn use_navigator<'hook>() -> impl 'hook + Hook<Output = Option<Navigator>>
A hook to access the Navigator.
Navigator
When used in function components and hooks, this hook is equivalent to:
pub fn use_navigator() -> Option<Navigator> { /* implementation omitted */ }