count method Null safety
override
Count the amount of domains. By default calling the length of findAll().
Implementation
@override
Future<int> count() {
return repo.count();
}
Count the amount of domains. By default calling the length of findAll().
@override
Future<int> count() {
return repo.count();
}