getApiUrl static method

String getApiUrl()

Implementation

static String getApiUrl() {
  return isDev ? apiUrlDev : apiUrl;
}