2023-11-19 16:04:44 +00:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'person.service.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// RiverpodGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
2024-09-24 12:50:21 +00:00
|
|
|
String _$personServiceHash() => r'32f28cb5a3de0553c17447e33a0efde7409a43ed';
|
2023-11-19 16:04:44 +00:00
|
|
|
|
|
|
|
/// 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
|