getKeys static method

Set<String>? getKeys()

get keys.

Implementation

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