Files
linkding-ios/lib/screens/settings/provider/customization.provider.g.dart
Juan Gilsanz Polo e21546693a Theme configuration
2024-02-23 01:26:22 +01:00

27 lines
952 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'customization.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$customizationHash() => r'c4cf4b566abbe697ec14c5024e1576f230d3e9fb';
/// See also [Customization].
@ProviderFor(Customization)
final customizationProvider =
AutoDisposeNotifierProvider<Customization, CustomizationModel>.internal(
Customization.new,
name: r'customizationProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$customizationHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$Customization = AutoDisposeNotifier<CustomizationModel>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member