mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
24 lines
928 B
Dart
24 lines
928 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: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions
|