veilidchat/lib/providers/local_accounts.g.dart

26 lines
1016 B
Dart
Raw Normal View History

2023-07-19 00:09:57 -04:00
// GENERATED CODE - DO NOT MODIFY BY HAND
2023-07-20 15:48:55 -04:00
part of 'local_accounts.dart';
2023-07-19 00:09:57 -04:00
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
2023-07-23 23:13:21 -04:00
String _$localAccountsHash() => r'1faa6b22284a402e4f47b2629e54a39ffda9a4ad';
2023-07-19 00:09:57 -04:00
2023-07-20 15:48:55 -04:00
/// See also [LocalAccounts].
@ProviderFor(LocalAccounts)
final localAccountsProvider = AutoDisposeAsyncNotifierProvider<LocalAccounts,
IList<LocalAccount>>.internal(
LocalAccounts.new,
name: r'localAccountsProvider',
2023-07-19 00:09:57 -04:00
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
2023-07-20 15:48:55 -04:00
: _$localAccountsHash,
2023-07-19 00:09:57 -04:00
dependencies: null,
allTransitiveDependencies: null,
);
2023-07-20 15:48:55 -04:00
typedef _$LocalAccounts = AutoDisposeAsyncNotifier<IList<LocalAccount>>;
2023-07-19 00:09:57 -04:00
// 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