TerminalPtyLibrary constructor
TerminalPtyLibrary({})
Implementation
TerminalPtyLibrary({
super.executable,
super.workingDirectory,
super.libraryPtyPath,
super.arguments,
super.columns,
super.environment,
super.isAckRead,
super.rows,
}) {
openLibrary(libraryPath: libraryPtyPath);
}