clearError method

  1. @override
void clearError()
override

Clear current error.

Implementation

@override
void clearError() {
  _error = null;
}