call method

TopicIdsWithContentProvider call(
  1. String domainId
)

See also topicIdsWithContent.

Implementation

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