startSync

suspend fun startSync(period: Duration = 30.seconds)

Starts the syncing process, including periodic and event-driven sync operations.

Parameters

period

The interval at which periodic sync operations are triggered.