mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
27 lines
936 B
Dart
27 lines
936 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'router_notifier.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$routerNotifierHash() => r'b7c49cdc6f940c5a5032faaf19af08d9f478dae6';
|
|
|
|
/// 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: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|