one abstract method

Future<void> one(
  1. dynamic object, {
  2. String? subcollection,
})

Deletes a single document from the database using the provided object.

Implementation

Future<void> one(dynamic object, { String? subcollection });