clearError method

void clearError()

Clears any error message

Implementation

void clearError() {
  emit(state.copyWith(error: null));
}