removeError method

void removeError(
  1. dynamic error
)

Implementation

void removeError(dynamic error) => _errors.remove(error);