showEmojis method

dynamic showEmojis()

Implementation

showEmojis() {
  isShowEmjois = !isShowEmjois;
  focusNode.unfocus();
  notifyListeners();
}