fun collectAsStateWithLifecycle( unstable : StateFlow unstable lifecycleOwner: LifecycleOwner? = @dynamic LocalLifecycleOwner.($composer, 0) stable minActiveState: State? = @static State.STARTED unstable context: CoroutineContext? = @static EmptyCoroutineContext ): State fun collectAsStateWithLifecycle( unstable : StateFlow unstable lifecycle: Lifecycle stable minActiveState: State? = @static State.STARTED unstable context: CoroutineContext? = @static EmptyCoroutineContext ): State fun collectAsStateWithLifecycle( unstable : Flow initialValue: T unstable lifecycleOwner: LifecycleOwner? = @dynamic LocalLifecycleOwner.($composer, 0) stable minActiveState: State? = @static State.STARTED unstable context: CoroutineContext? = @static EmptyCoroutineContext ): State fun collectAsStateWithLifecycle( unstable : Flow initialValue: T unstable lifecycle: Lifecycle stable minActiveState: State? = @static State.STARTED unstable context: CoroutineContext? = @static EmptyCoroutineContext ): State fun currentStateAsState( unstable : Lifecycle ): State