call method

MasteryOverridesProvider call(
  1. String? topicId
)

See also masteryOverrides.

Implementation

MasteryOverridesProvider call(String? topicId) {
  return MasteryOverridesProvider(topicId);
}