setAttribute abstract method

void setAttribute(
  1. T element,
  2. String attrName,
  3. String? attrVal
)

Implementation

void setAttribute(T element, String attrName, String? attrVal);