removeRecordByValue abstract method
Removes all documents that match the query, from the specified collection.
collectionPathThe path to the collection. e.g - "restaurants" - "restaurants/{restaurantId}/menuItems"
Implementation
Future<void> removeRecordByValue(
String collectionPath,
List<DocumentQuery> documentQueries,
);