setAttribute<T extends Object?> method
Sets the attribute with the given name.
Implementation
@override
void setAttribute<T extends Object?>(String attributeName, T value) =>
_delegate.setAttribute(attributeName, value);