getAllStateKeys method

List<String> getAllStateKeys()

Get all state keys

Implementation

List<String> getAllStateKeys() {
  return _state.keys.toList();
}