Dart SDK
dart:indexed_db
Cursor
method advance
advance
class Cursor
Properties
direction
key
primaryKey
source
hashCode
runtimeType
Methods
advance
continuePrimaryKey
delete
next
update
noSuchMethod
toString
Operators
operator ==
@DomName('IDBCursor.advance')
@DocsEditable()
void
advance
(
int
count
)
Source
@DomName('IDBCursor.advance') @DocsEditable() void advance(int count) native;
method advance