menu
idb_sqflite package
documentation
sdb_sqflite.dart
SdbStoreRefExtension<K extends KeyBase, V extends ValueBase>
add method
add method
dark_mode
light_mode
add
method
Future
<
K
>
add
(
SdbClient
client
,
V
value
)
Add a single record.
Implementation
Future<K> add(SdbClient client, V value) => impl.addImpl(client, value);
idb_sqflite package
documentation
sdb_sqflite
SdbStoreRefExtension<K extends KeyBase, V extends ValueBase>
add method
SdbStoreRefExtension extension on
SdbStoreRef
<
K
,
V
>