2024-03-18 19:49:31 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'immich_logo_provider.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// RiverpodGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
2025-06-09 18:09:02 +02:00
|
|
|
String _$immichLogoHash() => r'6de7fcca1ef9acef6ab7398eb0c664080747e0ea';
|
2024-03-18 19:49:31 -04:00
|
|
|
|
|
|
|
/// See also [immichLogo].
|
|
|
|
@ProviderFor(immichLogo)
|
|
|
|
final immichLogoProvider = AutoDisposeFutureProvider<Uint8List>.internal(
|
|
|
|
immichLogo,
|
|
|
|
name: r'immichLogoProvider',
|
|
|
|
debugGetCreateSourceHash:
|
|
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$immichLogoHash,
|
|
|
|
dependencies: null,
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
);
|
|
|
|
|
2025-03-09 20:30:58 -05:00
|
|
|
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
|
|
|
// ignore: unused_element
|
2024-03-18 19:49:31 -04:00
|
|
|
typedef ImmichLogoRef = AutoDisposeFutureProviderRef<Uint8List>;
|
|
|
|
// ignore_for_file: type=lint
|
2025-03-09 20:30:58 -05:00
|
|
|
// 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
|