getKeys static method

Set<String> getKeys()

获取所有Key

Implementation

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