HttpOptions constructor
HttpOptions({})
Implementation
HttpOptions({
this.headers,
this.onUploadProgress,
this.refreshToken,
this.useAuthBodyTransport = false,
this.skipAuthHeader = false,
});
HttpOptions({
this.headers,
this.onUploadProgress,
this.refreshToken,
this.useAuthBodyTransport = false,
this.skipAuthHeader = false,
});