Dart
dart:indexed_db
Cursor
advance method
advance
Dart
dart:indexed_db
Cursor
advance method
Cursor class
Properties
direction
key
primaryKey
source
hashCode
runtimeType
Methods
advance
continuePrimaryKey
delete
next
update
noSuchMethod
toString
Operators
operator ==
description
advance
method
void
advance
(
int
count
)
Implementation
void advance(int count) native;