mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
25 lines
868 B
Dart
25 lines
868 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'cache_service.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$cacheServiceHash() => r'5e83011fbdfc5a962d43e3311b666dde2c455e24';
|
|
|
|
/// See also [cacheService].
|
|
@ProviderFor(cacheService)
|
|
final cacheServiceProvider = Provider<CacheService>.internal(
|
|
cacheService,
|
|
name: r'cacheServiceProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$cacheServiceHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef CacheServiceRef = ProviderRef<CacheService>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|