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