getKeys static method

Set<String>? getKeys()

get keys.

Implementation

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