count method

Future<int> count()

Implementation

Future<int> count() async {
  return await repository.count();
}