Qamar A. Safadi
Elad Finish
@Composable expect fun <T> StateFlow<T>.collectAsStateMultiplatform( context: CoroutineContext = EmptyCoroutineContext, ): State<T>
@Composable actual fun <T> StateFlow<T>.collectAsStateMultiplatform( context: CoroutineContext, ): State<T> = collectAsStateWithLifecycle(context = context)
@Composable actual fun <T> StateFlow<T>.collectAsStateMultiplatform( context: CoroutineContext, ): State<T> = collectAsState(context)
A modern programming language that makes developers happier.