hideAllBottomPanelOnMobile method

void hideAllBottomPanelOnMobile()

Hide all bottom panels, including the sticker panel and the additional functions panel, on mobile devices. This function solely works when TIMUIKitChatController is specified for use within a TIMUIKitChat.

Implementation

void hideAllBottomPanelOnMobile() {
  textFieldController?.hideAllPanel();
}