allProgressProvider top-level property
- @ProviderFor.new(allProgress)
final
All progress rows for the current user (used by progress dashboard).
Copied from allProgress.
Implementation
@ProviderFor(allProgress)
final allProgressProvider =
AutoDisposeFutureProvider<List<UserTopicProgressModel>>.internal(
allProgress,
name: r'allProgressProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$allProgressHash,
dependencies: null,
allTransitiveDependencies: null,
);