delete abstract method

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

Remove an element of id to collectionPath.

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

Implementation

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