call method
- 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);
}
Resolve a topic's title by ID (used as fallback when title isn't passed via route).
Copied from topicName.
TopicNameProvider call(String topicId) {
return TopicNameProvider(topicId);
}