stream-chat-android
Toggle table of contents
7.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-client
/
io.getstream.chat.android.client.extensions
/
asLiveData
as
Live
Data
fun
<
T
>
Flow
<
T
>
.
asLiveData
(
)
:
LiveData
<
T
>
Creates a
LiveData
that has values collected from the original
Flow
.