async function

Attribute<AsyncAttr> async(
  1. String value
)

Implementation

Attribute<AsyncAttr> async(String value) {
  return Attribute('async', value);
}