hidePanel static method
hidePanel used to hide the panel above message composer
Implementation
static hidePanel(Map<String, dynamic>? id, CustomUIPosition uiPosition) {
CometChatUIEvents.hidePanel(id, uiPosition);
}
hidePanel used to hide the panel above message composer
static hidePanel(Map<String, dynamic>? id, CustomUIPosition uiPosition) {
CometChatUIEvents.hidePanel(id, uiPosition);
}