clearError method

void clearError()

Reset the error message.

Implementation

void clearError() {
  emit(state.copyWith(clearErrorMessage: () => null));
}