Dart API Reference
dart:indexed_db
Index
openCursor
openCursor
method
Creates a stream of cursors over the records in this object store.
Stream
<
CursorWithValue
>
openCursor
(
{
key
,
KeyRange
range
,
String
direction
,
bool
autoAdvance
}
)
Creates a stream of cursors over the records in this object store.
See also:
ObjectStore.openCursor