WebBrowserFeaturePolicy constructor

const WebBrowserFeaturePolicy({
  1. bool autoplay = false,
  2. bool camera = false,
  3. bool geolocation = false,
  4. bool fullscreen = false,
  5. bool payment = false,
  6. bool publicKeyCredentialsGet = false,
})

Implementation

const WebBrowserFeaturePolicy({
  this.autoplay = false,
  this.camera = false,
  this.geolocation = false,
  this.fullscreen = false,
  this.payment = false,
  this.publicKeyCredentialsGet = false,
});