Navigator
Functions
Link copied to clipboard
Removes the top entry from the backstack to show the previous destination.
Link copied to clipboard
Link copied to clipboard
abstract fun <T : BaseRoute> navigateBackToInternal(popUpTo: DestinationId<T>, inclusive: Boolean = false)
Link copied to clipboard
Triggers navigation to the given route.
Link copied to clipboard
Triggers navigation to the given root. The current back stack will be removed and saved. Whether the backstack of the given root
is restored depends on restoreRootState.
Link copied to clipboard
Triggers up navigation.
Link copied to clipboard
Link copied to clipboard
Reset the back stack to the given root. The current back stack will cleared and if root was already on it it will be recreated.