static String getString(String key) { return _prefs == null ? 'DEFAULT_VALUE' : _prefs!.getString(key) ?? ""; }