28 lines
960 B
Dart
28 lines
960 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'providers.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$chatSearchDatabaseHash() =>
|
|
r'd7d2ad34264201d9196b28140b9b0ce0be6b7e1c';
|
|
|
|
/// See also [chatSearchDatabase].
|
|
@ProviderFor(chatSearchDatabase)
|
|
final chatSearchDatabaseProvider =
|
|
AutoDisposeProvider<ChatSearchDatabase>.internal(
|
|
chatSearchDatabase,
|
|
name: r'chatSearchDatabaseProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$chatSearchDatabaseHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef ChatSearchDatabaseRef = AutoDisposeProviderRef<ChatSearchDatabase>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|