setHistoryEnabled method
Enable/disable action history
Implementation
void setHistoryEnabled(bool enabled) {
_enableHistory = enabled;
if (!enabled) {
clearHistory();
}
}
Enable/disable action history
void setHistoryEnabled(bool enabled) {
_enableHistory = enabled;
if (!enabled) {
clearHistory();
}
}