recentSessionsProvider top-level property
- @ProviderFor.new(recentSessions)
final
See also recentSessions.
Implementation
@ProviderFor(recentSessions)
final recentSessionsProvider =
AutoDisposeFutureProvider<List<LearningSession>>.internal(
recentSessions,
name: r'recentSessionsProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$recentSessionsHash,
dependencies: null,
allTransitiveDependencies: null,
);