getDiseaseLearningChapterRepository function repository
- @Riverpod(keepAlive: true)
Implementation
@Riverpod(keepAlive: true)
IGetDiseaseLearningChapterRepository getDiseaseLearningChapterRepository(
Ref ref) {
return GetDiseaseLearningChapterRepository(ref);
}