// GENERATED CODE - DO NOT MODIFY BY HAND part of 'chat.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$fetchChatListHash() => r'407692f9d6794a5a2b356d7a34240624b211daa8'; /// Get the active account contact list /// /// Copied from [fetchChatList]. @ProviderFor(fetchChatList) final fetchChatListProvider = AutoDisposeFutureProvider?>.internal( fetchChatList, name: r'fetchChatListProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$fetchChatListHash, dependencies: null, allTransitiveDependencies: null, ); typedef FetchChatListRef = 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