// GENERATED CODE - DO NOT MODIFY BY HAND part of 'chat_summary.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$chatUnreadCountNotifierHash() => r'b8d93589dc37f772d4c3a07d9afd81c37026e57d'; /// See also [ChatUnreadCountNotifier]. @ProviderFor(ChatUnreadCountNotifier) final chatUnreadCountNotifierProvider = AutoDisposeAsyncNotifierProvider.internal( ChatUnreadCountNotifier.new, name: r'chatUnreadCountNotifierProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$chatUnreadCountNotifierHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$ChatUnreadCountNotifier = AutoDisposeAsyncNotifier; String _$chatSummaryHash() => r'33815a3bd81d20902b7063e8194fe336930df9b4'; /// See also [ChatSummary]. @ProviderFor(ChatSummary) final chatSummaryProvider = AutoDisposeAsyncNotifierProvider< ChatSummary, Map >.internal( ChatSummary.new, name: r'chatSummaryProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$chatSummaryHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$ChatSummary = AutoDisposeAsyncNotifier>; // ignore_for_file: type=lint // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package