replaceUri

fun replaceUri(uri: String)

Replaces the current uri with changing the history


fun replaceUri(    route: Route,     routeParams: Map<String, String>,     queryParams: Map<String, String>)
fun replaceUri(route: Route.Match)

Replaces the current uri without changing the browser history.