save abstract method

Future<Change<Record>?> save(
  1. String key,
  2. Record record
)

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

Implementation

Future<Change<Record>?> save(String key, Record record);