ConnectionEvent constructor
ConnectionEvent({
- XmppConnectionState? type,
- String? error,
Implementation
ConnectionEvent({
this.type,
this.error,
});
ConnectionEvent({
this.type,
this.error,
});