kotlinx.coroutines
1.6.4-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.flow
/
asStateFlow
as
State
Flow
common
fun
<
T
>
MutableStateFlow
<
T
>
.
asStateFlow
(
)
:
StateFlow
<
T
>
Represents this mutable state flow as a read-only state flow.
Sources
common source
Link copied to clipboard