navigate

abstract fun navigate(to: String, hide: Boolean = false, replace: Boolean = false)

Navigate to a new path.

Parameters

to

The path to navigate to.

hide

Whether to hide the current path.

replace

Whether to replace the current path.