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