menu
y_infra package
documentation
auth/implementations/auth_token_storage.dart
AuthTokenStorage
hasToken method
hasToken method
dark_mode
light_mode
hasToken
method
@
override
Future
<
bool
>
hasToken
(
)
override
Implementation
@override Future<bool> hasToken() async { return await _storage.containsKey(_accessTokenKey); }
y_infra package
documentation
auth/implementations/auth_token_storage
AuthTokenStorage
hasToken method
AuthTokenStorage class