endPtyHold method
Ends a beginPtyHold bracket; when flush is true, fires one deferred
onPtyResize if the grid changed during the hold.
Implementation
void endPtyHold({bool flush = true}) =>
_viewportController.endPtyHold(flush: flush);
Ends a beginPtyHold bracket; when flush is true, fires one deferred
onPtyResize if the grid changed during the hold.
void endPtyHold({bool flush = true}) =>
_viewportController.endPtyHold(flush: flush);