suspend fun MongoClient.dropCollectionAwait(collection: String): Unit
Drop a collection
collection - the collection
collection
resultHandler - will be called when complete
resultHandler
Return