enterRpcUrl method

dynamic enterRpcUrl(
  1. String rpcUrl
)

Implementation

enterRpcUrl(String rpcUrl) {
  this.rpcUrl = rpcUrl;
}