menu
flenx package
documentation
api/db_executor.dart
DbExecutor
findById abstract method
findById abstract method
dark_mode
light_mode
findById
abstract method
Future
<
Map
<
String
,
Object
?
>
?
>
findById
(
String
table
,
Object
id
)
Busca por id.
Implementation
Future<Map<String, Object?>?> findById(String table, Object id);
flenx package
documentation
api/db_executor
DbExecutor
findById abstract method
DbExecutor class