securelyDeleteToken method
Securely deletes the token from memory.
Implementation
Future<void> securelyDeleteToken() async {
clearToken();
// Fully clear the in-memory reference.
_currentToken = null;
}
Securely deletes the token from memory.
Future<void> securelyDeleteToken() async {
clearToken();
// Fully clear the in-memory reference.
_currentToken = null;
}