Removes the user from the blocklist of the authenticated MyUser.
user
Future<void> unblock(RxUser user) async { if (blocklist.length == 1) { pop?.call(); } await _userService.unblockUser(user.id); }