clearFormError method

void clearFormError()

Implementation

void clearFormError() {
  setState(() {
    _errorMessage = null;
  });
}