reset method

void reset()

Resets the current state to start from fresh state

Implementation

void reset() {
  _closed = false;
}