SDKLoginURL property

String SDKLoginURL

Implementation

static String get SDKLoginURL {
  if (isDebug) {
    return test_SDKLoginURL;
  } else {
    return Live_SDKLoginURL;
  }
}