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: