remove method

dynamic remove()

Implementation

remove() {
  return _updateOP(UpdateCommandsLiteral.REMOVE, []);
}