mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
25 lines
920 B
Dart
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
|