mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
25 lines
841 B
Dart
25 lines
841 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: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|