drop method

Future<bool> drop()

Implementation

Future<bool> drop() => db.dropCollection(collectionName);