requestUpdates method
Request updates since we last synchronized our database.
Additionally, you can subscribe for future pushes from the server, to let it send us future updates as they come in. Call cancelUpdates() to stop the updates.
Implementation
bool requestUpdates({required bool subscribeForFuturePushes}) =>
checkObxSuccess(C.sync_updates_request(_ptr, subscribeForFuturePushes));