getNegotiatorById<T extends XmppFeatureNegotiatorBase> method
- String id
Implementation
T? getNegotiatorById<T extends XmppFeatureNegotiatorBase>(String id) =>
_negotiationsHandler.getNegotiatorById<T>(id);