call method

TopicProgressProvider call(
  1. String topicId
)

Single topic progress (used by lesson viewer to show read state).

Copied from topicProgress.

Implementation

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