askHost method

void askHost()

ask about service host

Implementation

void askHost() {
  _host = prompts.get('Host: ', defaultsTo: _host);
}