Dart
dart:indexed_db
ObjectStore
deleteIndex method
deleteIndex
ObjectStore class
Properties
autoIncrement
indexNames
keyPath
name
transaction
hashCode
runtimeType
Methods
add
clear
count
createIndex
delete
deleteIndex
getAll
getAllKeys
getKey
getObject
index
openCursor
openKeyCursor
put
noSuchMethod
toString
Operators
operator ==
deleteIndex method
void
deleteIndex
(
String
name
)
Implementation
void deleteIndex(String name) native;