clearAdornments method
void
clearAdornments()
Remove all adornments associated with this part.
Implementation
void clearAdornments() {
_i4.callMethod(
this,
'clearAdornments',
[],
);
}
Remove all adornments associated with this part.
void clearAdornments() {
_i4.callMethod(
this,
'clearAdornments',
[],
);
}