mangayomi-mirror/lib/router/router.g.dart
NBA2K1 7eec89b1b9 Add Switch to automatically check for updates
Instead of checking for updates by default, the user now has the choice to disable automatic app update checks.
2025-06-02 17:49:16 +02:00

43 lines
1.6 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'router.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$routerHash() => r'52271f834e5242820afdb209d765c3cee8f3fe5b';
/// See also [router].
@ProviderFor(router)
final routerProvider = AutoDisposeProvider<GoRouter>.internal(
router,
name: r'routerProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$routerHash,
dependencies: null,
allTransitiveDependencies: null,
);
@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef RouterRef = AutoDisposeProviderRef<GoRouter>;
String _$routerCurrentLocationStateHash() =>
r'e3248e9cbfd34a1c0576b28d9bcc01a07f644cb9';
/// See also [RouterCurrentLocationState].
@ProviderFor(RouterCurrentLocationState)
final routerCurrentLocationStateProvider =
AutoDisposeNotifierProvider<RouterCurrentLocationState, String?>.internal(
RouterCurrentLocationState.new,
name: r'routerCurrentLocationStateProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$routerCurrentLocationStateHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$RouterCurrentLocationState = AutoDisposeNotifier<String?>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package