veilidchat/lib/providers/chat.g.dart
Christien Rioux a93c711d52 proto cleanup
2023-09-26 18:46:02 -04:00

28 lines
954 B
Dart

// 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>?>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member