getFndTopic method
Instantiate 'fnd' (find) topic or get it from cache
Implementation
TopicFnd getFndTopic() {
return _tinodeService.getTopic(topic_names.TOPIC_FND) as TopicFnd;
}
Instantiate 'fnd' (find) topic or get it from cache
TopicFnd getFndTopic() {
return _tinodeService.getTopic(topic_names.TOPIC_FND) as TopicFnd;
}