Vaani/lib/settings/app_settings_provider.g.dart
Dr.Blank 3cf0a0b124
feat: extensive settings for media controls through notification (#28)
* feat: add notification settings customisation options

* feat: add notification settings page and update routing
2024-09-25 03:13:42 -04:00

25 lines
903 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'app_settings_provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$appSettingsHash() => r'f51d55f117692d4fb9f4b4febf02906c0953d334';
/// See also [AppSettings].
@ProviderFor(AppSettings)
final appSettingsProvider =
NotifierProvider<AppSettings, model.AppSettings>.internal(
AppSettings.new,
name: r'appSettingsProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$appSettingsHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$AppSettings = Notifier<model.AppSettings>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member