menu
database_bridge package
documentation
sql/sqflite/database_bridge_sqflite_service.dart
DatabaseBridgeSqfliteService
count abstract method
count abstract method
dark_mode
light_mode
count
abstract method
Future
<
int
>
count
(
String
table
, {
String
?
where
,
List
<
Object
?
>
?
whereArgs
,
})
Implementation
Future<int> count(String table, {String? where, List<Object?>? whereArgs});
database_bridge package
documentation
sql/sqflite/database_bridge_sqflite_service
DatabaseBridgeSqfliteService
count abstract method
DatabaseBridgeSqfliteService class