useInsertionEffect

fun useInsertionEffect(effect: suspend CoroutineScope.() -> Unit)(source)
fun useInsertionEffect(vararg dependencies: Any?, effect: suspend CoroutineScope.() -> Unit)(source)

Only works inside fc

See also