reset method
override
Reset the negotiator to a state that negotation can happen again.
Implementation
@override
void reset() {
_requestSent = false;
super.reset();
}
Reset the negotiator to a state that negotation can happen again.
@override
void reset() {
_requestSent = false;
super.reset();
}