mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
26 lines
982 B
Dart
26 lines
982 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'settings_service.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$settingsServiceHash() => r'85f2bd5eedc3f791fe03a6707748bc95277c6aaf';
|
|
|
|
/// See also [SettingsService].
|
|
@ProviderFor(SettingsService)
|
|
final settingsServiceProvider =
|
|
NotifierProvider<SettingsService, Settings>.internal(
|
|
SettingsService.new,
|
|
name: r'settingsServiceProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$settingsServiceHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$SettingsService = Notifier<Settings>;
|
|
// ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions
|