putAllSync abstract method

List<int> putAllSync(
  1. List<OBJ> objects, {
  2. bool replaceOnConflict = false,
})

Insert or update a list of objects and returns the list of assigned ids.

Implementation

List<int> putAllSync(List<OBJ> objects, {bool replaceOnConflict = false});