all abstract method

Future<void> all(
  1. Type type, {
  2. required bool iAmSure,
  3. String? subcollection,
})

Deletes all documents of a specific type from the database.

Implementation

Future<void> all(Type type, { required bool iAmSure, String? subcollection });