count property
Total BlocklistRecords count in the blocklist of the currently authenticated MyUser.
Implementation
RxInt get count => _blocklistRepo.count;
Total BlocklistRecords count in the blocklist of the currently authenticated MyUser.
RxInt get count => _blocklistRepo.count;