removeValue method
Remove a value from the cache and SecureStorage
Implementation
void removeValue(String key) {
_cache.remove(key);
SecureStorage.clearSecureData(key);
}
Remove a value from the cache and SecureStorage
void removeValue(String key) {
_cache.remove(key);
SecureStorage.clearSecureData(key);
}