call method
- {required String chapterId}
See also getDiseaseLearningContent.
Implementation
GetDiseaseLearningContentProvider call({
required String chapterId,
}) {
return GetDiseaseLearningContentProvider(
chapterId: chapterId,
);
}
See also getDiseaseLearningContent.
GetDiseaseLearningContentProvider call({
required String chapterId,
}) {
return GetDiseaseLearningContentProvider(
chapterId: chapterId,
);
}