call method

DomainProgressProvider call(
  1. String domainId
)

Map of topicId -> mastery level string for all topics in a domain.

Copied from domainProgress.

Implementation

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