resetInterpreter method
It resets the interpreter and notifies the listeners
Implementation
void resetInterpreter() {
_interpreter.reset();
validCommandsBuffer.clear();
copyCommandsBuffer.clear();
notifyListeners();
}
It resets the interpreter and notifies the listeners
void resetInterpreter() {
_interpreter.reset();
validCommandsBuffer.clear();
copyCommandsBuffer.clear();
notifyListeners();
}