updateOutput method
Update the output information and notify listeners.
Implementation
void updateOutput(String newOutput) {
output = newOutput;
notifyListeners();
}
Update the output information and notify listeners.
void updateOutput(String newOutput) {
output = newOutput;
notifyListeners();
}