mvvm-livedata
/
dev.icerock.moko.mvvm.livedata
/
asLiveData
common
as
Live
Data
fun <
T
>
Flow
<
T
>.
asLiveData
(coroutineScope:
CoroutineScope
, initialValue:
T
):
LiveData
<
T
>
Content copied to clipboard
fun <
T
>
StateFlow
<
T
>.
asLiveData
(coroutineScope:
CoroutineScope
):
LiveData
<
T
>
Content copied to clipboard