unset method

void unset(
  1. String key
)

Implementation

void unset(String key) {
  addOp(OP_UNSET, key, '-');
}