setBaseUrl static method

void setBaseUrl(
  1. Uri url
)

Allows setting the base URL once. Future instances use the same.

Implementation

static void setBaseUrl(Uri url) {
  _baseUrl = url;
}