mirror of
https://github.com/immich-app/immich.git
synced 2025-01-09 05:16:47 +01:00
26 lines
907 B
Dart
26 lines
907 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'person.service.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$personServiceHash() => r'3fc3dcf4603c7b55c0deae65f39f6c212eea492b';
|
||
|
|
||
|
/// 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
|