clearErrorMessages method

dynamic clearErrorMessages(
  1. String attribute
)

Implementation

clearErrorMessages(String attribute) {
  _errors.remove(attribute);
}