SocketClusterWrapper constructor

SocketClusterWrapper(
  1. String url, {
  2. SocketFactory socketFactory = Socket.connect,
})

Implementation

SocketClusterWrapper(this.url, {this.socketFactory = Socket.connect});