mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-22 04:31:57 +00:00
25 lines
998 B
Dart
25 lines
998 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'l10n_providers.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$l10nLocaleStateHash() => r'a1f842ccc55a111698bf7e096644858008014123';
|
|
|
|
/// See also [L10nLocaleState].
|
|
@ProviderFor(L10nLocaleState)
|
|
final l10nLocaleStateProvider =
|
|
AutoDisposeNotifierProvider<L10nLocaleState, Locale>.internal(
|
|
L10nLocaleState.new,
|
|
name: r'l10nLocaleStateProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$l10nLocaleStateHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$L10nLocaleState = AutoDisposeNotifier<Locale>;
|
|
// 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
|