removeAdornment method
Remove any Adornment of the given category that may be associated with this Part. @param {string} category a string identifying the kind or role of the given adornment for this Part.
Implementation
void removeAdornment(_i2.String category) {
_i4.callMethod(
this,
'removeAdornment',
[category],
);
}