veilidchat/lib/repositories/local_accounts.g.dart
Christien Rioux fb93e07ef2 work
2023-07-20 15:48:55 -04:00

26 lines
1016 B
Dart

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