MutableStateFlow

fun <T> MutableStateFlow(value: T): MutableStateFlow<T>

Creates a MutableStateFlow with the given initial value.

Sources

Link copied to clipboard