2023-08-04 01:00:38 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'contact.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// RiverpodGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
2023-12-18 20:05:23 -05:00
|
|
|
String _$fetchContactListHash() => r'03e5b90435c331be87495d999a62a97af5b74d9e';
|
2023-08-04 01:00:38 -04:00
|
|
|
|
|
|
|
/// Get the active account contact list
|
|
|
|
///
|
|
|
|
/// Copied from [fetchContactList].
|
|
|
|
@ProviderFor(fetchContactList)
|
|
|
|
final fetchContactListProvider =
|
2023-12-18 20:05:23 -05:00
|
|
|
AutoDisposeFutureProvider<IList<proto.Contact>?>.internal(
|
2023-08-04 01:00:38 -04:00
|
|
|
fetchContactList,
|
|
|
|
name: r'fetchContactListProvider',
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
? null
|
|
|
|
: _$fetchContactListHash,
|
|
|
|
dependencies: null,
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
);
|
|
|
|
|
2023-12-18 20:05:23 -05:00
|
|
|
typedef FetchContactListRef
|
|
|
|
= AutoDisposeFutureProviderRef<IList<proto.Contact>?>;
|
2023-09-26 18:46:02 -04:00
|
|
|
// ignore_for_file: type=lint
|
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|