onUserBlocked static method

dynamic onUserBlocked(
  1. User user
)

onUserBlocked is used to inform the listeners when the logged-in user blocks another user

Implementation

static onUserBlocked(User user) {
  CometChatUserEvents.ccUserBlocked(user);
}