EthereumBrowserHTTPClient.withConnectionParameters constructor
With connection parameters
Implementation
EthereumBrowserHTTPClient.withConnectionParameters(
String hostname, [
int? port,
]) : super.withConnectionParameters(
browserHttpAdapter,
hostname,
Ethereum.rpcHttpScheme,
port,
);