EthereumBrowserHTTPClient.withConnectionParameters constructor

EthereumBrowserHTTPClient.withConnectionParameters(
  1. String hostname, [
  2. int? port
])

With connection parameters

Implementation

EthereumBrowserHTTPClient.withConnectionParameters(
  String hostname, [
  int? port,
]) : super.withConnectionParameters(
       browserHttpAdapter,
       hostname,
       Ethereum.rpcHttpScheme,
       port,
     );