clearError method

void clearError()

Implementation

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