mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-27 08:39:23 -05:00
26 lines
1016 B
Dart
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
|