getRegisteredStateKeys static method

List<String> getRegisteredStateKeys()

Get all registered state keys from store

Implementation

static List<String> getRegisteredStateKeys() {
  return store.getAllStateKeys();
}