RouteEffect

@Composable
fun RouteEffect(vararg keys: String?, block: suspend () -> Unit)(source)

LaunchedEffect wrapper which automatically add route path as a key. It also supports executing done callback, which is used within SSR routers.