mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
44 lines
1.6 KiB
Dart
44 lines
1.6 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'router.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$routerHash() => r'fe1b18b9e03bd3df71cf66eabd78f0da3ac36247';
|
|
|
|
/// 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
|