Renamed providers

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 14:49:18 +01:00
parent c19ffed623
commit 94e3e1c89a
31 changed files with 44 additions and 44 deletions

View File

@@ -0,0 +1,25 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'api_client.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$apiClientHash() => r'81e911e24bda3baf158a7d583271c4467821b11f';
/// See also [ApiClient].
@ProviderFor(ApiClient)
final apiClientProvider =
NotifierProvider<ApiClient, ApiClientService?>.internal(
ApiClient.new,
name: r'apiClientProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$apiClientHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$ApiClient = Notifier<ApiClientService?>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member