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