documentChangeFlow

fun Database.documentChangeFlow(documentId: String, coroutineContext: CoroutineContext? = null): Flow<DocumentChange>(source)

A Flow of document changes.

See also