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