remove method
void
remove()
Implementation
void remove() async {
await run("if(objectList.length > 0 && objectList[0] && typeof objectList[0].remove === 'function') { objectList[0].remove(); }");
}
void remove() async {
await run("if(objectList.length > 0 && objectList[0] && typeof objectList[0].remove === 'function') { objectList[0].remove(); }");
}