reset method Null safety

void reset()

Reset everything but the state of the state machine

Implementation

void reset() {
  _stackLiftEnabled = false;
}