setCredential static method
Implementation
static void setCredential(http.Client client, bool value) {
// only web
if (client is BrowserClient) {
client.withCredentials = value;
}
}
static void setCredential(http.Client client, bool value) {
// only web
if (client is BrowserClient) {
client.withCredentials = value;
}
}