totalCardCountProvider top-level property
- @ProviderFor.new(totalCardCount)
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,
);