menu
caching package
documentation
utils/sql/src/db_table.dart
DbTable<KeyType>
updateId method
updateId method
dark_mode
light_mode
updateId
method
Future
<
int
>
updateId
(
Map
<
String
,
Object
?
>
values
,
KeyType
id
)
Implementation
Future<int> updateId(Map<String, Object?> values, KeyType id) => update(values, single(id));
caching package
documentation
utils/sql/src/db_table
DbTable<KeyType>
updateId method
DbTable class