getMeTopic method
Instantiate 'me' topic or get it from cache
Implementation
TopicMe getMeTopic() {
return _tinodeService.getTopic(topic_names.TOPIC_ME) as TopicMe;
}
Instantiate 'me' topic or get it from cache
TopicMe getMeTopic() {
return _tinodeService.getTopic(topic_names.TOPIC_ME) as TopicMe;
}