Creates a WSS RPC URL for host.
WSS
host
factory Cluster.wss( final String host, { final int? port, }) => Cluster(Uri(scheme: 'wss', host: host, port: port));