EthereumBrowserWSClient.withConnectionParameters constructor
With connection parameters
Implementation
EthereumBrowserWSClient.withConnectionParameters(String hostname, [int? port])
: super.withConnectionParameters(
browserWSAdapter,
hostname,
Ethereum.rpcWsScheme,
port,
);