menu
sonicdb_generator package
documentation
sonicdb_base.dart
SonicDbBase
update method
update method
dark_mode
light_mode
update
method
Future
<
bool
>
update
(
String
table
,
Map
value
,
String
whereClause
)
Implementation
Future<bool> update(String table, Map value, String whereClause) async { return false; }
sonicdb_generator package
documentation
sonicdb_base
SonicDbBase
update method
SonicDbBase class