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