removeAtptr method

void removeAtptr(
  1. String name
)

Implementation

void removeAtptr(String name) {
  element?.removeAttribute(name);
}