// GENERATED CODE - DO NOT MODIFY BY HAND part of 'contact_invite.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$fetchContactInvitationRecordsHash() => r'2fe40d7aaf5fa856f00c6d2b4d9e28f4a08bed1b'; /// Get the active account contact invitation list /// /// Copied from [fetchContactInvitationRecords]. @ProviderFor(fetchContactInvitationRecords) final fetchContactInvitationRecordsProvider = AutoDisposeFutureProvider?>.internal( fetchContactInvitationRecords, name: r'fetchContactInvitationRecordsProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$fetchContactInvitationRecordsHash, dependencies: null, allTransitiveDependencies: null, ); typedef FetchContactInvitationRecordsRef = AutoDisposeFutureProviderRef?>; // 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