getKeys static method

Set<String> getKeys()

get keys.

Implementation

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