BaseWebSocketClient constructor
BaseWebSocketClient(})
Implementation
BaseWebSocketClient(
super.client,
super.baseUrl, {
this.reconnectOnClose = true,
Duration? reconnectInterval,
}) {
_reconnectInterval = reconnectInterval ?? Duration(seconds: 10);
}