call method

TopicTreeProvider call(
  1. String domainId
)

See also topicTree.

Implementation

TopicTreeProvider call(String domainId) {
  return TopicTreeProvider(domainId);
}