resetValue method

void resetValue()

Implementation

void resetValue() {
  setValueFunction?.call(null);
}