remove method

void remove(
  1. int index
)

Implementation

void remove(int index) => js_util.callMethod(this, 'remove', [index]);