clear method
Clear function used to clear all documents under the given collections.
Implementation
@override
clear(collections) async {
return worker.clear(collections);
}
Clear function used to clear all documents under the given collections.
@override
clear(collections) async {
return worker.clear(collections);
}