WSChannel constructor

WSChannel(
  1. String url
)

Implementation

WSChannel(String url) {
  _wsUrl = url;
}