reset method
void
reset()
Resets the error state.
Implementation
void reset() {
_error = null;
_stackTrace = null;
markDirty();
}
Resets the error state.
void reset() {
_error = null;
_stackTrace = null;
markDirty();
}