menu
Dart
dart:indexed_db
ObjectStore
openKeyCursor method
openKeyCursor
brightness_4
brightness_5
description
openKeyCursor
method
Request
openKeyCursor
(
Object
?
range
,
[
String
?
direction
]
)
Implementation
Request openKeyCursor(Object? range, [String? direction]) native;
Dart
dart:indexed_db
ObjectStore
openKeyCursor method
ObjectStore class