close method

void close()

Implementation

void close() {
  stateData.clear();
  defaultData.clear();
  return;
}