StoryEffect

@Composable
fun StoryEffect(key1: Any?, block: suspend CoroutineScope.() -> Unit)(source)
@Composable
fun StoryEffect(key1: Any?, key2: Any?, block: suspend CoroutineScope.() -> Unit)(source)
@Composable
fun StoryEffect(key1: Any?, key2: Any?, key3: Any?, block: suspend CoroutineScope.() -> Unit)(source)
@Composable
fun StoryEffect(vararg keys: Any?, block: suspend CoroutineScope.() -> Unit)(source)

A LaunchedEffect which only runs if the current SceneMode is Story.