removeAttribute method

  1. @override
void removeAttribute(
  1. String name
)
override

Removes an already added attribute.

If this object has been stopped, this method returns without removing the attribute.

Implementation

@override
void removeAttribute(String name) {
  // noop
}