useWebSocket method

Application useWebSocket(
  1. bool useWebSocket
)

Implementation

Application useWebSocket(bool useWebSocket) {
  webSocket = useWebSocket;
  return this;
}