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