menu
flenx package
documentation
api/db_executor.dart
DbExecutor
deleteById abstract method
deleteById abstract method
dark_mode
light_mode
deleteById
abstract method
Future
<
bool
>
deleteById
(
String
table
,
Object
id
)
Remove por id; retorna se afetou algo.
Implementation
Future<bool> deleteById(String table, Object id);
flenx package
documentation
api/db_executor
DbExecutor
deleteById abstract method
DbExecutor class