getCacheKeys static method

Set<String> getCacheKeys()

Get all cache keys

Implementation

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