setHost method

void setHost(
  1. String host
)

Implementation

void setHost(String host) {
  this._host = host;
}