count method Null safety

  1. @override
int count()
override

Count the amount of domains.

Implementation

@override
int count() {
  return externalRepo.count();
}