2023-08-06 19:46:40 -04:00
|
|
|
// 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<IList<Chat>?>.internal(
|
|
|
|
fetchChatList,
|
|
|
|
name: r'fetchChatListProvider',
|
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
? null
|
|
|
|
: _$fetchChatListHash,
|
|
|
|
dependencies: null,
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
);
|
|
|
|
|
|
|
|
typedef FetchChatListRef = AutoDisposeFutureProviderRef<IList<Chat>?>;
|
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
|