connect method

void connect()

Implementation

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