clearError method

bool clearError()

Implementation

bool clearError() {
  return _mutation?.clearError() ?? false;
}