Terminal constructor

Terminal()

Interface for the underlying native terminal.

Implementation

factory Terminal() => Platform.isWindows ? WindowsTerminal() : UnixTerminal();