remove method

String remove (dynamic key)

Implementation

String remove(dynamic key) {
  throw new UnsupportedError("Not supported");
}