menu
another_square package
documentation
services/authentication_service.dart
AuthenticationService
getCachedToken method
getCachedToken method
dark_mode
light_mode
getCachedToken
method
TokenResponse
?
getCachedToken
(
)
Returns the cached token if available
Implementation
TokenResponse? getCachedToken() { return _lastTokenResponse; }
another_square package
documentation
services/authentication_service
AuthenticationService
getCachedToken method
AuthenticationService class