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'4f99d24ac10796afd547e58722b9203be644fe25';
|
|
|
|
/// 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
|