Redirect to onboarding on invalid token

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 04:58:59 +01:00
parent bbfcec67cc
commit 3ea55dfaa4
10 changed files with 82 additions and 17 deletions

View File

@@ -0,0 +1,25 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'dio_interceptor.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$dioInterceptorHash() => r'449d19df5bf143a7e0f92249d99b4d223b2468f3';
/// See also [dioInterceptor].
@ProviderFor(dioInterceptor)
final dioInterceptorProvider = Provider<InterceptorsWrapper>.internal(
dioInterceptor,
name: r'dioInterceptorProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$dioInterceptorHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef DioInterceptorRef = ProviderRef<InterceptorsWrapper>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member