mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-16 03:24:22 -05:00
27 lines
1014 B
Dart
27 lines
1014 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: 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
|