Hi,
in the last app update on Android one of the news is that terminal now supports clear command. Example sketch shows that the way to do it is by typing terminal.clear();.
When trying to build a project that includes this command I get an error saying “‘class WidgetTerminal’ has no member named ‘clear’”.
I’ve update all libraries.
Is this function not implemented yet or what am I doing wrong?