toggle menu
Provider API Reference
androidJvm
switch theme
search in API
core-util
/
com.flixclusive.core.util.coroutines
/
asStateFlow
as
State
Flow
fun
<
T
>
Flow
<
T
>
.
asStateFlow
(
scope
:
CoroutineScope
,
started
:
SharingStarted
=
SharingStarted.WhileSubscribed(5000)
,
initialValue
:
T
=
blockFirst()
)
:
StateFlow
<
T
>