Fladder/lib/providers/api_provider.g.dart
PartyDonut 8012fdcea8
feature: Rework responsive layout (#217)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-02-07 15:55:01 +01:00

25 lines
920 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'api_provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$jellyApiHash() => r'9bc824d28d17f88f40c768cefb637144e0fbf346';
/// See also [JellyApi].
@ProviderFor(JellyApi)
final jellyApiProvider =
AutoDisposeNotifierProvider<JellyApi, JellyService>.internal(
JellyApi.new,
name: r'jellyApiProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$jellyApiHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$JellyApi = AutoDisposeNotifier<JellyService>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package