getFndTopic method

TopicFnd getFndTopic()

Instantiate 'fnd' (find) topic or get it from cache

Implementation

TopicFnd getFndTopic() {
  return _tinodeService.getTopic(topic_names.TOPIC_FND) as TopicFnd;
}