ACMEClient constructor

ACMEClient(
  1. String endpoint
)

Implementation

ACMEClient(String endpoint) {
  _rpcClient = RpcClient(endpoint);
}