replicatorChangesFlow
fun Replicator.replicatorChangesFlow(coroutineContext: CoroutineContext? = null): Flow<ReplicatorChange>(source)
A Flow of replicator state changes.
Parameters
coroutineContext
optional CoroutineContext on which to run the change listener: default is the flow collector's CoroutineContext