register method
- void sendEvent( )
Internal function. Registers functions from the RosterManger against this instance.
Implementation
void register(void Function(XmppEvent) sendEvent) {
_sendEvent = sendEvent;
}
Internal function. Registers functions from the RosterManger against this instance.
void register(void Function(XmppEvent) sendEvent) {
_sendEvent = sendEvent;
}