stopTracking method
Stops monitoring terminal size changes
Implementation
@override
void stopTracking() {
_timer?.cancel();
_timer = null;
}
Stops monitoring terminal size changes
@override
void stopTracking() {
_timer?.cancel();
_timer = null;
}