reset method
override
Resets all registered negotiators and the negotiation handler.
Implementation
@override
void reset() {
super.reset();
// Prevent leaking the last active negotiator
_currentNegotiator = null;
}
Resets all registered negotiators and the negotiation handler.
@override
void reset() {
super.reset();
// Prevent leaking the last active negotiator
_currentNegotiator = null;
}