onUserUnblocked static method

dynamic onUserUnblocked(
  1. User user
)

onUserUnblocked is used to inform the listeners when the logged-in user unblocks a blocked user

Implementation

static onUserUnblocked(User user) {
  CometChatUserEvents.ccUserUnblocked(user);
}