manyWithIDs abstract method
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 });
Deletes multiple documents from the database by their type and a list of document IDs.
Future<void> manyWithIDs(Type type, List<String> documentIDs, { String? subcollection });