Future<void> removeValue(String key) async { _cache.remove(key); try { await SecureStorage.clearSecureData(key); } catch (e) { } }