kopia lustrzana https://gitlab.com/mysocialportal/relatica
26 wiersze
926 B
Dart
26 wiersze
926 B
Dart
![]() |
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'cache_clear_service.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$cacheClearServiceHash() => r'91901a29aa8df65d0e525198679fda993b7055a7';
|
||
|
|
||
|
/// See also [cacheClearService].
|
||
|
@ProviderFor(cacheClearService)
|
||
|
final cacheClearServiceProvider = AutoDisposeProvider<bool>.internal(
|
||
|
cacheClearService,
|
||
|
name: r'cacheClearServiceProvider',
|
||
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||
|
? null
|
||
|
: _$cacheClearServiceHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef CacheClearServiceRef = AutoDisposeProviderRef<bool>;
|
||
|
// ignore_for_file: type=lint
|
||
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|