clearErrorHistory method
void
clearErrorHistory()
Clear error history.
Implementation
void clearErrorHistory() {
_errorHistory.clear();
logger.log('Error history cleared');
}
Clear error history.
void clearErrorHistory() {
_errorHistory.clear();
logger.log('Error history cleared');
}