routeAction

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

LaunchedEffect wrapper which automatically add route path as a key. Used to make sure all routes are processed with the SSR engine.