call method

TopicChunksProvider call(
  1. String topicId
)

See also topicChunks.

Implementation

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