Dart SDK
dart:indexed_db
Index
openKeyCursor
method
openKeyCursor
Index
Properties
keyPath
multiEntry
name
objectStore
unique
Methods
count
get
getKey
openCursor
openKeyCursor
Stream
<
Cursor
>
openKeyCursor
(
{
key
,
KeyRange
range
,
String
direction
,
bool
autoAdvance
}
)
Creates a stream of cursors over the records in this object store.
See also:
ObjectStore.openCursor