clearError method

void clearError()

Clears the error message.

Implementation

void clearError() => _errorMessage = null;