getManagerById property

T? Function<T extends XmppManagerBase>(String) getManagerById
final

(Maybe) Get a Manager attached to the connection by its Id.

Implementation

final T? Function<T extends XmppManagerBase>(String) getManagerById;