onOpenChat static method
onOpenChat used to open the chat conversation of a user or a group
Implementation
static onOpenChat(User? user, Group? group) {
CometChatUIEvents.openChat(user, group);
}
onOpenChat used to open the chat conversation of a user or a group
static onOpenChat(User? user, Group? group) {
CometChatUIEvents.openChat(user, group);
}