getManagerById property
final
Returns the manager with id id of the connection or null.
Implementation
final T? Function<T extends XmppManagerBase>(String) getManagerById;
Returns the manager with id id of the connection or null.
final T? Function<T extends XmppManagerBase>(String) getManagerById;