remove a cached content from cache key - the key used to store the data
key
@override void removeData(String key) async { if (!isInitialized) await init(); _prefs?.remove(key); _prefs?.remove('$key-time'); }