totalCardCountProvider top-level property

  1. @ProviderFor.new(totalCardCount)
AutoDisposeFutureProvider<int> totalCardCountProvider
final

See also totalCardCount.

Implementation

@ProviderFor(totalCardCount)
final totalCardCountProvider = AutoDisposeFutureProvider<int>.internal(
  totalCardCount,
  name: r'totalCardCountProvider',
  debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
      ? null
      : _$totalCardCountHash,
  dependencies: null,
  allTransitiveDependencies: null,
);