menu
js_bindings package
documentation
bindings/indexeddb_3.dart
PropsIDBObjectStore
add method
add method
dark_mode
light_mode
add
method
IDBRequest
add
(
dynamic
value
, [
dynamic
key
])
Implementation
IDBRequest add(dynamic value, [dynamic key]) => js_util.callMethod(this, 'add', [value, key]);
js_bindings package
documentation
bindings/indexeddb_3
PropsIDBObjectStore
add method
PropsIDBObjectStore extension on
IDBObjectStore