cancelUpdates method

bool cancelUpdates()

Cancel updates from the server so that it will stop sending updates. See also requestUpdates().

Implementation

bool cancelUpdates() => checkObxSuccess(C.sync_updates_cancel(_ptr));