veilidchat/lib/tools/theme_service.g.dart
Christien Rioux a93c711d52 proto cleanup
2023-09-26 18:46:02 -04:00

25 lines
902 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'theme_service.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$themeServiceHash() => r'87dbacb9df4923f507fb01e486b91d73a3fcef9c';
/// 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>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member