clear method

  1. @override
void clear()
override

Implementation

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