subtracks/lib/http/client.g.dart
austinried f0f812e66a v2
2023-04-28 12:26:02 +09:00

24 lines
901 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'client.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$httpClientHash() => r'78f604dbc249a854728d71bde8289d48f6700be7';
/// See also [httpClient].
@ProviderFor(httpClient)
final httpClientProvider = Provider<BaseClient>.internal(
httpClient,
name: r'httpClientProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$httpClientHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef HttpClientRef = ProviderRef<BaseClient>;
// 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