mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 02:05:58 -07:00
Init repo
This commit is contained in:
commit
764b6034e3
566 changed files with 212335 additions and 0 deletions
26
lib/providers/discovery_provider.g.dart
Normal file
26
lib/providers/discovery_provider.g.dart
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'discovery_provider.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$serverDiscoveryHash() => r'f299dab33f48950f0bd91afab1f831fd6e351923';
|
||||
|
||||
/// See also [ServerDiscovery].
|
||||
@ProviderFor(ServerDiscovery)
|
||||
final serverDiscoveryProvider = AutoDisposeStreamNotifierProvider<
|
||||
ServerDiscovery, List<DiscoveryInfo>>.internal(
|
||||
ServerDiscovery.new,
|
||||
name: r'serverDiscoveryProvider',
|
||||
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$serverDiscoveryHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$ServerDiscovery = AutoDisposeStreamNotifier<List<DiscoveryInfo>>;
|
||||
// ignore_for_file: type=lint
|
||||
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|
||||
Loading…
Add table
Add a link
Reference in a new issue