onbeforeprint function

Attribute<OnbeforeprintAttr> onbeforeprint(
  1. String value
)

Implementation

Attribute<OnbeforeprintAttr> onbeforeprint(String value) {
  return Attribute('onbeforeprint', value);
}