clear method
Clear function used to clear all documents under the given collections.
Implementation
@override
Future<void> clear(List<Collection> collections) {
throw UnimplementedError();
}
Clear function used to clear all documents under the given collections.
@override
Future<void> clear(List<Collection> collections) {
throw UnimplementedError();
}