connect method

void connect()

Implementation

void connect() {
  wsLink = Url.getWebSocketUrl(GlobalConfig.environment);
  init();
}