clearError method

void clearError()

Implementation

void clearError() {
  setErrorPointer.value(null);
}