removeAttribute static method

void removeAttribute(
  1. String key
)

Removes the attribute key from the scope.

Implementation

static void removeAttribute(String key) {
  _hub.removeAttribute(key);
}