setAttribute method

void setAttribute(
  1. String name,
  2. String value
)

Implementation

void setAttribute(String name, String value) {
  throw UnimplementedError("setAttribute is not implemented");
}