MongoCollection.dropIndexes
void dropIndexes(DropIndexOptions options = DropIndexOptions.init) @safeDrops all indexes in the collection.
void dropIndexes(string[] names, DropIndexOptions options = DropIndexOptions.init) @safeUnofficial API extension, more efficient multi-index removal on MongoDB 4.2+