setTestApiUrl static method

void setTestApiUrl(
  1. String url
)

Implementation

static void setTestApiUrl(String url) {
  testApiUrl = url;
}