CustomWebSocket constructor

CustomWebSocket(
  1. Session session, {
  2. HttpClient? customClient,
})

Implementation

CustomWebSocket(this.session, {this.customClient});