remove method

void remove()

Removal is not supported.

@throws UnsupportedOperationException This method is not implemented.

Implementation

void remove() {
  throw UnsupportedError(this.runtimeType.toString());
}