getMeTopic method

TopicMe getMeTopic()

Instantiate 'me' topic or get it from cache

Implementation

TopicMe getMeTopic() {
  return _tinodeService.getTopic(topic_names.TOPIC_ME) as TopicMe;
}