call method

ReadingQuestionsProvider call(
  1. String topicId
)

Reading questions for active reading in the lesson viewer.

Copied from readingQuestions.

Implementation

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