static Future<bool?> remove(String key) async { _cache.remove(key); return await prefs!.remove(key); }