getCurrentConversation method

String getCurrentConversation()

Get current conversation, returns UserID or GroupID if in the chat page, returns "" if not.

Implementation

String getCurrentConversation() {
  return globalChatModel.currentSelectedConv;
}