mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
202082f62e
* UserService * PartnerService * HashService * MemoryService * PersonService * SearchService * StackService
26 lines
907 B
Dart
Generated
26 lines
907 B
Dart
Generated
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'person.service.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$personServiceHash() => r'32f28cb5a3de0553c17447e33a0efde7409a43ed';
|
|
|
|
/// See also [personService].
|
|
@ProviderFor(personService)
|
|
final personServiceProvider = AutoDisposeProvider<PersonService>.internal(
|
|
personService,
|
|
name: r'personServiceProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$personServiceHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef PersonServiceRef = AutoDisposeProviderRef<PersonService>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|