getKeys method

Set<String>? getKeys()

获取所有键

Implementation

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