27 lines
902 B
Dart
27 lines
902 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'chat.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$kagiChatServiceHash() => r'fda3874c955812fa62d555afaca352a3776dd692';
|
|
|
|
/// See also [KagiChatService].
|
|
@ProviderFor(KagiChatService)
|
|
final kagiChatServiceProvider =
|
|
NotifierProvider<KagiChatService, void>.internal(
|
|
KagiChatService.new,
|
|
name: r'kagiChatServiceProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$kagiChatServiceHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$KagiChatService = Notifier<void>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|