jumpToSearchedMessage method
Implementation
void jumpToSearchedMessage(Message searchedMessage) {
searchedMsg = searchedMessage;
hasSearched = false;
msgModelList.clear();
lastActionType = MessageLastActionType.bottomPosition;
onBottom = true;
hasNew = false;
_lastMessageId = null;
_isEmpty = false;
fetchItemList();
}