clearError method

void clearError()

Implementation

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