clearValue method

void clearValue()

Implementation

void clearValue() {
  _valueReady = false;
  _lastValueUpdate = null;
}