count abstract method

Future<int> count(
  1. String table, {
  2. String? where,
  3. List<Object?>? whereArgs,
})

Implementation

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