2024-05-08 05:03:49 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
|
|
part of 'app_settings_provider.dart';
|
|
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
// RiverpodGenerator
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
2024-08-20 11:39:26 -04:00
|
|
|
String _$appSettingsHash() => r'ab8fa4602242704a71b34dc2bb5dcb0c91092797';
|
2024-05-08 05:03:49 -04:00
|
|
|
|
|
|
|
|
/// See also [AppSettings].
|
|
|
|
|
@ProviderFor(AppSettings)
|
|
|
|
|
final appSettingsProvider =
|
2024-06-06 15:35:30 -04:00
|
|
|
NotifierProvider<AppSettings, model.AppSettings>.internal(
|
2024-05-08 05:03:49 -04:00
|
|
|
AppSettings.new,
|
|
|
|
|
name: r'appSettingsProvider',
|
|
|
|
|
debugGetCreateSourceHash:
|
|
|
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$appSettingsHash,
|
|
|
|
|
dependencies: null,
|
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
|
);
|
|
|
|
|
|
2024-06-06 15:35:30 -04:00
|
|
|
typedef _$AppSettings = Notifier<model.AppSettings>;
|
2024-05-08 05:03:49 -04:00
|
|
|
// ignore_for_file: type=lint
|
|
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|