WsService constructor

WsService(
  1. String url
)

Implementation

WsService(this.url) {
  connect();
}