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