Clear the stored token (e.g., on logout).
@override Future<void> clearToken() async { _token = null; }