max abstract method

Future<Object?> max(
  1. String table,
  2. String column, {
  3. String? where,
  4. List<Object?>? whereArgs,
})

Implementation

Future<Object?> max(
  String table,
  String column, {
  String? where,
  List<Object?>? whereArgs,
});