2023-07-23 23:13:21 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'router_notifier.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// RiverpodGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
2023-09-26 18:46:02 -04:00
|
|
|
String _$routerNotifierHash() => r'8e636edc119d07296a95a5de8a6edadb119154cf';
|
2023-07-23 23:13:21 -04:00
|
|
|
|
|
|
|
/// See also [RouterNotifier].
|
|
|
|
@ProviderFor(RouterNotifier)
|
|
|
|
final routerNotifierProvider =
|
|
|
|
AutoDisposeAsyncNotifierProvider<RouterNotifier, void>.internal(
|
|
|
|
RouterNotifier.new,
|
|
|
|
name: r'routerNotifierProvider',
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
? null
|
|
|
|
: _$routerNotifierHash,
|
|
|
|
dependencies: null,
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
);
|
|
|
|
|
|
|
|
typedef _$RouterNotifier = AutoDisposeAsyncNotifier<void>;
|
2023-09-26 18:46:02 -04:00
|
|
|
// ignore_for_file: type=lint
|
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|