setBaseUrl static method
Allows setting the base URL once. Future instances use the same.
Implementation
static void setBaseUrl(Uri url) {
_baseUrl = url;
}
Allows setting the base URL once. Future instances use the same.
static void setBaseUrl(Uri url) {
_baseUrl = url;
}