This will get triggered when the logged in user blocks another user
@override void ccUserBlocked(User user) { if (user.uid == this.user?.uid){ this.user?.blockedByMe = true; } }