updateSync abstract method

void updateSync({
  1. List<OBJ> link = const [],
  2. List<OBJ> unlink = const [],
})

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({List<OBJ> link = const [], List<OBJ> unlink = const []});