Dart
dart:indexed_db
ObjectStore
deleteIndex method
deleteIndex
Dart
dart:indexed_db
ObjectStore
deleteIndex method
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 ==
description
deleteIndex
method
void
deleteIndex
(
String
name
)
Implementation
void deleteIndex(String name) native;