Returns true if this baseURL is localhost.
true
localhost
bool isBaseUrlLocalhost() { var uri = Uri.parse(baseURL); return isLocalhost(uri.host); }