app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.greybox.projectmesh.messaging.data.dao
/
MessageDao
/
getAllFlow
get
All
Flow
abstract
fun
getAllFlow
(
)
:
Flow
<
List
<
Message
>
>
Returns a flow of all messages.
Return
Flow
emitting a list of
Message
objects whenever the data changes.