remove method
Implementation
void remove(double start, /* double | NaN */ dynamic end) =>
js_util.callMethod(this, 'remove', [start, end]);
void remove(double start, /* double | NaN */ dynamic end) =>
js_util.callMethod(this, 'remove', [start, end]);