popHistory method

void popHistory()

Implementation

void popHistory() {
  _history.pop();
}