TxSocket constructor
TxSocket(
- String hostAddress
Default constructor that initializes the host address and logger
Implementation
TxSocket(this.hostAddress) {
hostAddress = hostAddress.replaceAll('https:', 'wss:');
}