getLiveDomain method Null safety

String getLiveDomain()

Get current Websocket Live domain.

By default is empty which corresponds to not parse the Director response. Returns Websocket Live domain

Implementation

static String getLiveDomain() {
  return liveWebSocketDomain;
}