popConversation method

void popConversation()

Implementation

void popConversation() {
  currentSelectedConversation = null;
  initConversations();
  notifyListeners();
}