dispose method
Releases any resources allocated by the terminal library.
Implementation
@override
void dispose() {
// No resources to free on Windows
}
Releases any resources allocated by the terminal library.
@override
void dispose() {
// No resources to free on Windows
}