drop method

Future<bool> drop()
inherited

Implementation

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