remove method

void remove()

Not implemented.

@throws UnsupportedOperationException This method is not implemented.

Implementation

void remove() {
  throw UnimplementedError("remove");
}