removeRecordsByPath abstract method
Removes all documents of collectionPath collection
who have id in documentsIds list.
collectionPathThe path to the collection. e.g - "restaurants" - "restaurants/{restaurantId}/menuItems"
Implementation
Future<void> removeRecordsByPath(
String collectionPath,
List<String> documentsIds,
);