dio_service library
Classes
-
ApiResult<
T> - DioService
- Thin, testable contract for network operations supported by DioService.
Typedefs
-
TokenProvider
= Future<
String?> Function() - Provides the current access token used for authenticated requests.
-
TokenRefresher
= Future<
String?> Function(String? refreshToken) - Refreshes the access token when a 401 is returned.