jumpNext method

void jumpNext()

Implementation

void jumpNext() {
  _stateChangerNex.value = _stateChangerNex.value + 1;
}