onUserUnblocked static method
onUserUnblocked is used to inform the listeners when the logged-in user unblocks a blocked user
Implementation
static onUserUnblocked(User user) {
CometChatUserEvents.ccUserUnblocked(user);
}
onUserUnblocked is used to inform the listeners when the logged-in user unblocks a blocked user
static onUserUnblocked(User user) {
CometChatUserEvents.ccUserUnblocked(user);
}