sync
abstract suspend fun sync(filter: String? = null, since: String? = null, fullState: Boolean = false, setPresence: Presence? = null, timeout: Duration = ZERO, useStateAfter: Boolean? = null): Result<Sync.Response>
This is the plain sync request. If you want to subscribe to events and more, use start or startOnce.