clear method
Implementation
@override
void clear() {
_currentConversation = null;
currentTargetMessage = null;
_conversationList = [];
currentGetConversationListSeq = "0";
isGetConversationFinished = false;
_totalUnreadCount = 0;
_isGetDataEnd = false;
}