static Future<bool>? clrString(String key) { if (_preferences == null) return null; return _preferences?.remove(key); }