mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04: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'8e7b9debfa144253e25871edf920bf315f28a861';
|
|
|
|
/// 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
|