Syncable

interface Syncable

Interface representing a syncable entity.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun sync(): Flow<SyncProgress>

Synchronizes data and returns a Flow emitting the progress of the sync operation.