// GENERATED CODE - DO NOT MODIFY BY HAND part of 'router_notifier.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$routerNotifierHash() => r'ef31219dde5e12b2bb224c79ca13ab4f414c81b4'; /// See also [RouterNotifier]. @ProviderFor(RouterNotifier) final routerNotifierProvider = AutoDisposeAsyncNotifierProvider.internal( RouterNotifier.new, name: r'routerNotifierProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$routerNotifierHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$RouterNotifier = AutoDisposeAsyncNotifier; // 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