remove method

void remove(
  1. double start,
  2. dynamic end
)

Implementation

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