profile_service_provider.g.dart 1.0 KB

12345678910111213141516171819202122232425262728
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. part of 'profile_service_provider.dart';
  3. // **************************************************************************
  4. // RiverpodGenerator
  5. // **************************************************************************
  6. String _$profileServiceHash() => r'e0aa8bdee39ee2b1dff16b7ce13a6f32e7b17b76';
  7. /// See also [profileService].
  8. @ProviderFor(profileService)
  9. final profileServiceProvider = Provider<ProfileService>.internal(
  10. profileService,
  11. name: r'profileServiceProvider',
  12. debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
  13. ? null
  14. : _$profileServiceHash,
  15. dependencies: null,
  16. allTransitiveDependencies: null,
  17. );
  18. @Deprecated('Will be removed in 3.0. Use Ref instead')
  19. // ignore: unused_element
  20. typedef ProfileServiceRef = ProviderRef<ProfileService>;
  21. // ignore_for_file: type=lint
  22. // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package