getKeys static method

Set<String> getKeys()

Gets all keys from storage.

Implementation

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