clear method

void clear ()

Implementation

void clear() {
  throw new UnsupportedError("Not supported");
}