oneWithID abstract method

Future<void> oneWithID(
  1. Type type,
  2. String documentID, {
  3. String? subcollection,
})

Deletes a document from the database by its type and document ID.

Implementation

Future<void> oneWithID(Type type, String documentID, { String? subcollection });