getDiseaseLearningChapterProvider top-level property

  1. @ProviderFor(getDiseaseLearningChapter)
FutureProvider<ChaptersAndCompletionDto> getDiseaseLearningChapterProvider
final

See also getDiseaseLearningChapter.

Implementation

@ProviderFor(getDiseaseLearningChapter)
final getDiseaseLearningChapterProvider =
    FutureProvider<ChaptersAndCompletionDto>.internal(
  getDiseaseLearningChapter,
  name: r'getDiseaseLearningChapterProvider',
  debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
      ? null
      : _$getDiseaseLearningChapterHash,
  dependencies: null,
  allTransitiveDependencies: null,
);