Package-level declarations

Functions

Link copied to clipboard
fun <T> MutableStateFlow<T>.asMutableState(): MutableState<T>
Link copied to clipboard
fun <T> Flow<T>.asStateFlow(scope: CoroutineScope, initial: T): StateFlow<T>