call method

GetDiseaseLearningContentProvider call(
  1. {required String chapterId}
)

See also getDiseaseLearningContent.

Implementation

GetDiseaseLearningContentProvider call({
  required String chapterId,
}) {
  return GetDiseaseLearningContentProvider(
    chapterId: chapterId,
  );
}