25 lines
864 B
Dart
25 lines
864 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'providers.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$hostDatabaseHash() => r'6fb4a1b259c9a049d8ab9b688ea5fb1cc227c117';
|
|
|
|
/// See also [hostDatabase].
|
|
@ProviderFor(hostDatabase)
|
|
final hostDatabaseProvider = Provider<HostDatabase>.internal(
|
|
hostDatabase,
|
|
name: r'hostDatabaseProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$hostDatabaseHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef HostDatabaseRef = ProviderRef<HostDatabase>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|