veilidchat/lib/providers/contact_invite.g.dart

31 lines
1.1 KiB
Dart
Raw Normal View History

2023-08-05 23:59:15 -04:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'contact_invite.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$fetchContactInvitationRecordsHash() =>
2023-08-06 19:46:40 -04:00
r'2fe40d7aaf5fa856f00c6d2b4d9e28f4a08bed1b';
2023-08-05 23:59:15 -04:00
/// 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>?>;
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