avg abstract method

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

Implementation

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