clearError method

void clearError()

Implementation

void clearError() {
  if (value.error != null) {
    updateState(who: 'clearError', error: null);
  }
}