allowfullscreen function

Attribute<AllowfullscreenAttr> allowfullscreen(
  1. String value
)

Implementation

Attribute<AllowfullscreenAttr> allowfullscreen(String value) {
  return Attribute('allowfullscreen', value);
}