mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
48 lines
1.8 KiB
Dart
48 lines
1.8 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'contact.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$fetchContactInvitationRecordsHash() =>
|
|
r'fcedc1807c6cb25ac6c2c42b372ec04abd4b911f';
|
|
|
|
/// Get the active account contact invitation list
|
|
///
|
|
/// Copied from [fetchContactInvitationRecords].
|
|
@ProviderFor(fetchContactInvitationRecords)
|
|
final fetchContactInvitationRecordsProvider =
|
|
AutoDisposeFutureProvider<IList<ContactInvitationRecord>?>.internal(
|
|
fetchContactInvitationRecords,
|
|
name: r'fetchContactInvitationRecordsProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$fetchContactInvitationRecordsHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef FetchContactInvitationRecordsRef
|
|
= AutoDisposeFutureProviderRef<IList<ContactInvitationRecord>?>;
|
|
String _$fetchContactListHash() => r'60ae4f117fc51c0870449563aedca7baf51cc254';
|
|
|
|
/// Get the active account contact list
|
|
///
|
|
/// Copied from [fetchContactList].
|
|
@ProviderFor(fetchContactList)
|
|
final fetchContactListProvider =
|
|
AutoDisposeFutureProvider<IList<Contact>?>.internal(
|
|
fetchContactList,
|
|
name: r'fetchContactListProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$fetchContactListHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef FetchContactListRef = AutoDisposeFutureProviderRef<IList<Contact>?>;
|
|
// 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
|