getCurrentConversation method
Get current conversation, returns UserID or GroupID if in the chat page, returns "" if not.
Implementation
String getCurrentConversation() {
return globalChatModel.currentSelectedConv;
}
Get current conversation, returns UserID or GroupID if in the chat page, returns "" if not.
String getCurrentConversation() {
return globalChatModel.currentSelectedConv;
}