setHost method

void setHost(
  1. String? host
)

Implementation

void setHost(String? host) {
  _host = host;
}