save abstract method

Future<void> save(
  1. String id, {
  2. String? linkId,
})

Add/Update an element of id to collectionPath.

If linkedCollectionPath is specified, the element of linkId is added.

Implementation

Future<void> save(
  String id, {
  String? linkId,
});