onUserBlocked static method
onUserBlocked is used to inform the listeners when the logged-in user blocks another user
Implementation
static onUserBlocked(User user) {
CometChatUserEvents.ccUserBlocked(user);
}
onUserBlocked is used to inform the listeners when the logged-in user blocks another user
static onUserBlocked(User user) {
CometChatUserEvents.ccUserBlocked(user);
}