menu
rest_api_client package
documentation
implementations/auth_handler.dart
AuthHandler
refreshToken property
refreshToken property
dark_mode
light_mode
refreshToken
property
Future
<
String
?
>
get
refreshToken
Implementation
Future<String?> get refreshToken async => await _storage.get(RestApiClientKeys.refreshToken);
rest_api_client package
documentation
implementations/auth_handler
AuthHandler
refreshToken property
AuthHandler class