menu
dio_api_services package
documentation
auth_interceptor.dart
AuthInterceptor
tokenProvider property
tokenProvider property
dark_mode
light_mode
tokenProvider
property
Future
<
String
?
>
Function
()
tokenProvider
final
Callback to retrieve the authentication token.
Implementation
final Future<String?> Function() tokenProvider;
dio_api_services package
documentation
auth_interceptor
AuthInterceptor
tokenProvider property
AuthInterceptor class