BrowserHttpClientAdapter constructor

BrowserHttpClientAdapter({
  1. bool withCredentials = false,
  2. bool enableCORSWarning = true,
})

Implementation

BrowserHttpClientAdapter({
  this.withCredentials = false,
  this.enableCORSWarning = true,
});