manyWithIDs abstract method

Future<void> manyWithIDs(
  1. Type type,
  2. List<String> documentIDs, {
  3. String? subcollection,
})

Deletes multiple documents from the database by their type and a list of document IDs.

Implementation

Future<void> manyWithIDs(Type type, List<String> documentIDs, { String? subcollection });