EthereumBrowserWSClient.withConnectionParameters constructor

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

With connection parameters

Implementation

EthereumBrowserWSClient.withConnectionParameters(String hostname, [int? port])
  : super.withConnectionParameters(
      browserWSAdapter,
      hostname,
      Ethereum.rpcWsScheme,
      port,
    );