save abstract method

Future<Change<Record>?> save(
  1. String key,
  2. Record record, {
  3. bool force = false,
})

Adds or updates the model at a given key in the Source.

Implementation

Future<Change<Record>?> save(String key, Record record, {bool force = false});