ConnectionEvent constructor

ConnectionEvent({
  1. XmppConnectionState? type,
  2. String? error,
})

Implementation

ConnectionEvent({
  this.type,
  this.error,
});