clearError method

void clearError()

Clear only the error state

Implementation

void clearError() {
  if (_disposed) return;
  _error.value = null;
}