call method

TopicNameProvider call(
  1. String topicId
)

Resolve a topic's title by ID (used as fallback when title isn't passed via route).

Copied from topicName.

Implementation

TopicNameProvider call(String topicId) {
  return TopicNameProvider(topicId);
}