restore abstract method

Future<void> restore()

Lightweight cleanup: restore terminal modes (raw off, cursor on, mouse off, alternate screen off) without tearing down stdin subscriptions or event streams. Safe to call between successive runTerminal invocations that share this terminal.

Implementation

Future<void> restore();