getKeys static method

Set<String> getKeys()

Implementation

static Set<String> getKeys() {
  checkInit();
  return sharedPreferences!.getKeys();
}