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>)

Replaces the current uri without changing the browser history.