dropIndex method

void dropIndex(
  1. String name
)

Drops an index by name.

Implementation

void dropIndex(String name) {
  _droppedIndexes.add(name);
}