kopia lustrzana https://gitlab.com/mysocialportal/relatica
42 wiersze
1.5 KiB
Dart
42 wiersze
1.5 KiB
Dart
![]() |
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
![]() |
part of 'globals_services.dart';
|
||
![]() |
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$sharedPreferencesHash() => r'75e745127707e465d3f55ce89ddcc932bd72bc2d';
|
||
|
|
||
|
/// See also [sharedPreferences].
|
||
|
@ProviderFor(sharedPreferences)
|
||
|
final sharedPreferencesProvider = Provider<SharedPreferences>.internal(
|
||
|
sharedPreferences,
|
||
|
name: r'sharedPreferencesProvider',
|
||
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||
|
? null
|
||
|
: _$sharedPreferencesHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef SharedPreferencesRef = ProviderRef<SharedPreferences>;
|
||
![]() |
String _$applicationSupportDirectoryHash() =>
|
||
|
r'34260392497252d112d939b3082665da31012aa3';
|
||
|
|
||
|
/// See also [applicationSupportDirectory].
|
||
|
@ProviderFor(applicationSupportDirectory)
|
||
|
final applicationSupportDirectoryProvider = Provider<Directory>.internal(
|
||
|
applicationSupportDirectory,
|
||
|
name: r'applicationSupportDirectoryProvider',
|
||
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||
|
? null
|
||
|
: _$applicationSupportDirectoryHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef ApplicationSupportDirectoryRef = ProviderRef<Directory>;
|
||
![]() |
// ignore_for_file: type=lint
|
||
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|