composableEffect
fun <STATE : Any, SIDE_EFFECT : Any> ContainerHost<STATE, SIDE_EFFECT>.composableEffect(minActiveState: Lifecycle.State = Lifecycle.State.STARTED, action: suspend (sideEffect: SIDE_EFFECT) -> Unit)
Collect ContainerHost.container's effect bounded with the flowWithLifecycle