getManagerById property

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

Returns the manager with id id of the connection or null.

Implementation

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