clearError method
void
clearError()
Clear only the error state
Implementation
void clearError() {
if (_disposed) return;
_error.value = null;
}
Clear only the error state
void clearError() {
if (_disposed) return;
_error.value = null;
}