putAttribute method

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

Sets a String value for the specified attribute.

Implementation

void putAttribute(String name, String value) {
  throw UnimplementedError('putAttribute() is not implemented');
}