askPort method

void askPort()

ask about service port

Implementation

void askPort() {
  _port = prompts.get('Port: ', defaultsTo: _port);
}