remove method
Implementation
void remove(int index) {
if (this is _AccessibleNodeListImpl) {
(this as _AccessibleNodeListImpl).remove(index);
}
}
void remove(int index) {
if (this is _AccessibleNodeListImpl) {
(this as _AccessibleNodeListImpl).remove(index);
}
}