count method

  1. @override
Future<int> count(
  1. String table
)
override

Conta registros de table.

Implementation

@override
Future<int> count(String table) async => (await _readAll(table)).length;