cancelUpdates method
Cancel updates from the server so that it will stop sending updates. See also requestUpdates().
Implementation
bool cancelUpdates() => checkObxSuccess(C.sync_updates_cancel(_ptr));
Cancel updates from the server so that it will stop sending updates. See also requestUpdates().
bool cancelUpdates() => checkObxSuccess(C.sync_updates_cancel(_ptr));