deleteIndex abstract method
Destroys the index with the specified name in the connected database, used during a version upgrade.
Note that this method must be called only from a VersionChange transaction mode callback. Note that this method synchronously modifies the ObjectStore.indexNames property.
Implementation
void deleteIndex(String name);