recentSessionsProvider top-level property

  1. @ProviderFor.new(recentSessions)
AutoDisposeFutureProvider<List<LearningSession>> recentSessionsProvider
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,
    );