removeAttribute static method
Removes the attribute key from the scope.
Implementation
static void removeAttribute(String key) {
_hub.removeAttribute(key);
}
Removes the attribute key from the scope.
static void removeAttribute(String key) {
_hub.removeAttribute(key);
}