put abstract method

Future<int> put(
  1. OBJ object, {
  2. bool replaceOnConflict = false,
  3. bool saveLinks = false,
})

Insert or update an object and returns the assigned id.

Implementation

Future<int> put(
  OBJ object, {
  bool replaceOnConflict = false,
  bool saveLinks = false,
});