blocklist property

Paginated<UserId, RxUser> get blocklist

Returns Users blocked by the authenticated MyUser.

Implementation

Paginated<UserId, RxUser> get blocklist => _blocklistRepo.blocklist;