micro_utils.dokka
0.15.1
common
micro_utils.dokka
/
dev.inmo.micro_utils.coroutines.compose
/
toMutableState
to
Mutable
State
fun
<
T
>
Flow
<
T
>
.
toMutableState
(
initial
:
T
,
scope
:
CoroutineScope
)
:
<Error class: unknown class>
<
T
>
inline
fun
<
T
>
StateFlow
<
T
>
.
toMutableState
(
scope
:
CoroutineScope
)
:
<Error class: unknown class>
<
T
>