databaseChangeFlow

Deprecated

Use Collection.collectionChangeFlow()

Replace with

defaultCollection.collectionChangeFlow(coroutineContext)

A Flow of database changes.

Parameters

coroutineContext

optional CoroutineContext on which to run the change listener: default is the flow collector's CoroutineContext

See also