setTerminalType method

void setTerminalType(
  1. String? value
)

Sets the terminal type used by automatic capability detection.

Implementation

void setTerminalType(String? value) {
  _terminalType = value;
}