menu
idb_sqflite package
documentation
sdb_sqflite.dart
SdbIndexCursorRow<K extends SdbKey, V extends SdbValue, I extends SdbIndexKey>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
void
>
update
(
Object
data
)
Update the data at the current cursor position.
Implementation
Future<void> update(Object data);
idb_sqflite package
documentation
sdb_sqflite
SdbIndexCursorRow<K extends SdbKey, V extends SdbValue, I extends SdbIndexKey>
update abstract method
SdbIndexCursorRow class