kotlinx.coroutines
1.6.4-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.flow
/
MutableStateFlow
Mutable
State
Flow
common
fun
<
T
>
MutableStateFlow
(
value
:
T
)
:
MutableStateFlow
<
T
>
Content copied to clipboard
Creates a
MutableStateFlow
with the given initial
value
.
Sources
common source
Link copied to clipboard