veilidchat/lib/providers/chat.g.dart

29 lines
970 B
Dart
Raw Normal View History

2023-08-06 19:46:40 -04:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'chat.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
2023-12-21 12:10:54 -05:00
String _$fetchChatListHash() => r'0c166082625799862128dff09d9286f64785ba6c';
2023-08-06 19:46:40 -04:00
/// Get the active account contact list
///
/// Copied from [fetchChatList].
@ProviderFor(fetchChatList)
2023-12-21 12:10:54 -05:00
final fetchChatListProvider =
AutoDisposeFutureProvider<IList<proto.Chat>?>.internal(
2023-08-06 19:46:40 -04:00
fetchChatList,
name: r'fetchChatListProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$fetchChatListHash,
dependencies: null,
allTransitiveDependencies: null,
);
2023-12-21 12:10:54 -05:00
typedef FetchChatListRef = AutoDisposeFutureProviderRef<IList<proto.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