27 lines
944 B
Dart
27 lines
944 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'source.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$hostSourceServiceHash() => r'6c1ee7bfde02cc542a4f55db666d49037fda187e';
|
|
|
|
/// See also [HostSourceService].
|
|
@ProviderFor(HostSourceService)
|
|
final hostSourceServiceProvider =
|
|
AutoDisposeNotifierProvider<HostSourceService, void>.internal(
|
|
HostSourceService.new,
|
|
name: r'hostSourceServiceProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$hostSourceServiceHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$HostSourceService = AutoDisposeNotifier<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
|