clearError method

void clearError()

Clear any error state.

Implementation

void clearError() => errorMessage.value = null;