CorsSettings constructor

CorsSettings({
  1. bool? allowHttpOptions,
})

Implementation

CorsSettings({
  this.allowHttpOptions,
});