menu
idb_shim package
documentation
sdb.dart
SdbCursorRow<K extends SdbKey, V extends SdbValue>
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_shim package
documentation
sdb
SdbCursorRow<K extends SdbKey, V extends SdbValue>
update abstract method
SdbCursorRow class