mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
24 lines
901 B
Dart
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
|