register method

  1. @override
void register(
  1. XmppManagerAttributes attributes
)
override

Registers the callbacks from XmppConnection with the manager

Implementation

@override
void register(XmppManagerAttributes attributes) {
  super.register(attributes);
  _stateManager.register(attributes.sendEvent);
}