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