updateWebSocketUrl method

void updateWebSocketUrl(
  1. String webSocketUrl
)

Implementation

void updateWebSocketUrl(String webSocketUrl) {
  this.webSocketUrl = webSocketUrl;
  graphQLService!.initializeClient();
}