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