getCurrentOutput method
Get the current cached output
Implementation
String getCurrentOutput() {
String tmp = resultQueue.join('\n');
resultQueue = [];
return tmp;
}
Get the current cached output
String getCurrentOutput() {
String tmp = resultQueue.join('\n');
resultQueue = [];
return tmp;
}