ConnectTo constructor

ConnectTo({
  1. String address = "0.0.0.0",
  2. int port = 8080,
  3. SecurityContext? securityContext,
  4. bool multiThread = false,
})

Implementation

ConnectTo(
    {this.address = "0.0.0.0",
    this.port = 8080,
    this.securityContext,
    this.multiThread = false});