postRegisterCallback method
override
Run after all negotiators are registered. Useful for registering callbacks against other negotiators. By default this function does nothing.
Implementation
@override
Future<void> postRegisterCallback() async {
attributes
.getNegotiatorById<Sasl2Negotiator>(sasl2Negotiator)!
.registerNegotiator(this);
}