ConnectEvent constructor

ConnectEvent({
  1. required Uri uri,
  2. bool withCredentials = false,
  3. bool closeOnError = true,
})

Implementation

ConnectEvent({
  required this.uri,
  this.withCredentials = false,
  this.closeOnError = true,
});