mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-17 03:54:36 -05:00
28 lines
1.0 KiB
Dart
28 lines
1.0 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'local_account_repository.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$localAccountManagerHash() =>
|
|
r'0ecdc84f868edb33f6e62bfe116f18568b424267';
|
|
|
|
/// See also [localAccountManager].
|
|
@ProviderFor(localAccountManager)
|
|
final localAccountManagerProvider =
|
|
AutoDisposeFutureProvider<LocalAccountRepository>.internal(
|
|
localAccountManager,
|
|
name: r'localAccountManagerProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$localAccountManagerHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef LocalAccountManagerRef
|
|
= AutoDisposeFutureProviderRef<LocalAccountRepository>;
|
|
// 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
|