domainIdsWithContentProvider top-level property

  1. @ProviderFor.new(domainIdsWithContent)
AutoDisposeFutureProvider<Set<String>> domainIdsWithContentProvider
final

Set of domain IDs that have at least one topic with content. Powers the goal-creation domain filter and the "no topics available" warning on goal cards whose linked domain has no studyable content.

Copied from domainIdsWithContent.

Implementation

@ProviderFor(domainIdsWithContent)
final domainIdsWithContentProvider =
    AutoDisposeFutureProvider<Set<String>>.internal(
      domainIdsWithContent,
      name: r'domainIdsWithContentProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$domainIdsWithContentHash,
      dependencies: null,
      allTransitiveDependencies: null,
    );