Dart
dart:indexed_db
ObjectStore
getAll method
getAll
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 ==
getAll method
Request
getAll
(
Object
query
, [
int
count
])
Implementation
Request getAll(Object query, [int count]) native;