clear method
void
clear()
Implementation
void clear() {
_shortMemory.clear();
_longMemory.clear();
persistence?.clearMessages();
logger.info('Cleared all memory', tag: 'MEMORY');
}
void clear() {
_shortMemory.clear();
_longMemory.clear();
persistence?.clearMessages();
logger.info('Cleared all memory', tag: 'MEMORY');
}