reset method

void reset()

Reset the negotiator to a state that negotation can happen again.

Implementation

void reset() {
  state = NegotiatorState.ready;
}