clear method

void clear()

Implementation

void clear() {
  stateData.clear();
  // TODO: implement clear
}