suspend fun MongoClient.dropIndexAwait(collection: String, indexName: String): Unit
Suspending version of method io.vertx.ext.mongo.MongoClient.dropIndex
the name of the index to remove
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.