call method
- String topicId
Single topic progress (used by lesson viewer to show read state).
Copied from topicProgress.
Implementation
TopicProgressProvider call(String topicId) {
return TopicProgressProvider(topicId);
}
Single topic progress (used by lesson viewer to show read state).
Copied from topicProgress.
TopicProgressProvider call(String topicId) {
return TopicProgressProvider(topicId);
}