Dart SDK
dart:indexed_db
ObjectStore
add
method
add
ObjectStore
Properties
autoIncrement
indexNames
keyPath
name
transaction
Methods
add
clear
delete
count
put
getObject
openCursor
createIndex
deleteIndex
index
openKeyCursor
@DomName('IDBObjectStore.add')
Future
add
(
value
,
[
key
]
)
(Not documented.)