toggle menu
kotbase
3.0
3.1
3.0
common
switch theme
search in API
couchbase-lite
/
kotbase
/
documentChangeFlow
document
Change
Flow
fun
Database
.
documentChangeFlow
(
documentId
:
String
,
coroutineContext
:
CoroutineContext
?
=
null
)
:
Flow
<
DocumentChange
>
(
source
)
A Flow of document changes.
See also
Database.
add
Document
Change
Listener