Append a script to the queue This is useful to append a script to the queue and execute it on CrispView initState
void appendScript(String script) { commands.add(script); }