clear method

void clear()

Clear the field value

Implementation

void clear() {
  stateAction("clear", state: state);
}