allow method

Iframe allow(
  1. String a
)

Implementation

Iframe allow(String a) {
  attr('allow', StringAttribute(a));
  return this;
}