clearError method

void clearError()

Implementation

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