openCursor abstract method
Creates a cursor over the specified key range.
Implementation
Stream<CursorWithValue> openCursor({
Object? key,
KeyRange? range,
String? direction,
bool? autoAdvance,
});
Creates a cursor over the specified key range.
Stream<CursorWithValue> openCursor({
Object? key,
KeyRange? range,
String? direction,
bool? autoAdvance,
});