WebSockets constructor

WebSockets(
  1. String baseUrl, {
  2. bool reconnectOnClose = true,
  3. Duration? reconnectInterval,
})

Implementation

WebSockets(String baseUrl, {super.reconnectOnClose, super.reconnectInterval})
  : super(http.IOClient(), baseUrl);