save abstract method

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

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

Implementation

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