remove method

void remove(
  1. Object targets
)

Implementation

void remove(_i2.Object targets) {
  _i6.callMethod(
    this,
    'remove',
    [targets],
  );
}