deleteCollection method
Implementation
void deleteCollection(String collectionName) async {
_collections.remove(collectionName);
await _harnFile.delete(collectionName);
}
void deleteCollection(String collectionName) async {
_collections.remove(collectionName);
await _harnFile.delete(collectionName);
}