updateSync abstract method
void
updateSync()
Creates and removes the specified links in the database.
This operation does not alter the state of the local copy of this link and it can even be used without loading the link.
Implementation
void updateSync({
Iterable<OBJ> link = const [],
Iterable<OBJ> unlink = const [],
bool reset = false,
});