Dart API Reference
dart:indexed_db
Index
openKeyCursor
openKeyCursor
method
Creates a stream of cursors over the records in this object store.
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