setDevHost static method

void setDevHost(
  1. String dev
)

Implementation

static void setDevHost(String dev) {
  UrlUtils.devHost = dev;
}