2023-08-17 18:10:24 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'theme_service.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// RiverpodGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
2023-08-27 11:51:42 -04:00
|
|
|
String _$themeServiceHash() => r'87dbacb9df4923f507fb01e486b91d73a3fcef9c';
|
2023-08-17 18:10:24 -04:00
|
|
|
|
|
|
|
/// See also [themeService].
|
|
|
|
@ProviderFor(themeService)
|
|
|
|
final themeServiceProvider = AutoDisposeFutureProvider<ThemeService>.internal(
|
|
|
|
themeService,
|
|
|
|
name: r'themeServiceProvider',
|
|
|
|
debugGetCreateSourceHash:
|
|
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$themeServiceHash,
|
|
|
|
dependencies: null,
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
);
|
|
|
|
|
|
|
|
typedef ThemeServiceRef = AutoDisposeFutureProviderRef<ThemeService>;
|
2023-09-26 18:46:02 -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
|