syncFlow

abstract fun syncFlow(): SharedFlow<SyncResponse>

This method returns a flow of SyncResponse. New value will be pushed through the sync thread.