refresh method
refreshes the Terminal (notifies listeners and sets it to dirty)
Implementation
@override
void refresh() {
_dirty = true;
notifyListeners();
}
refreshes the Terminal (notifies listeners and sets it to dirty)
@override
void refresh() {
_dirty = true;
notifyListeners();
}