addChild method

void addChild(
  1. XmppElement element
)

Implementation

void addChild(XmppElement element) {
  _children.add(element);
}