navigateTo

fun navigateTo(destination: T, options: NavOptions<T>.() -> Unit = {})

Navigate to a new destination of type T. Additional parameters can be set through options DSL.

See also