mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-17 03:54:36 -05:00
25 lines
970 B
Dart
25 lines
970 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'veilid_init.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$veilidInstanceHash() => r'6086fc1e7a83e7af81ee05ee84954507d38cb748';
|
||
|
|
||
|
/// See also [veilidInstance].
|
||
|
@ProviderFor(veilidInstance)
|
||
|
final veilidInstanceProvider = AutoDisposeFutureProvider<Veilid>.internal(
|
||
|
veilidInstance,
|
||
|
name: r'veilidInstanceProvider',
|
||
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||
|
? null
|
||
|
: _$veilidInstanceHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef VeilidInstanceRef = AutoDisposeFutureProviderRef<Veilid>;
|
||
|
// ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions
|