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