remove method
Removes a GraphObject from this Panel's list of elements. @param {GraphObject} element A GraphObject.
Implementation
void remove(_i3.GraphObject element) {
_i4.callMethod(
this,
'remove',
[element],
);
}
Removes a GraphObject from this Panel's list of elements. @param {GraphObject} element A GraphObject.
void remove(_i3.GraphObject element) {
_i4.callMethod(
this,
'remove',
[element],
);
}