getNegotiatorById<T extends XmppFeatureNegotiatorBase> method
- String id
Returns, if registered, a negotiator with id id
.
Implementation
T? getNegotiatorById<T extends XmppFeatureNegotiatorBase>(String id) =>
negotiators[id] as T?;