asStateFlow

fun <T> Flow<T>.asStateFlow(scope: CoroutineScope, initial: T): StateFlow<T>