mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-01-03 12:00:55 -05:00
26 lines
996 B
Dart
26 lines
996 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'router_notifier.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$routerNotifierHash() => r'00de1dd715945e96b49507ea55d7b97a78366adc';
|
||
|
|
||
|
/// 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>;
|
||
|
// 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
|