get keys.
static Set<String>? getKeys() { if (_prefs == null) return null; return _prefs?.getKeys(); }