menu
dt
terminal.dart
Surface
close abstract method
close
dark_mode
light_mode
close
abstract method
void
close
(
)
Disposes of the terminal.
This should be called when the terminal is no longer needed.
Implementation
void close();
dt
terminal
Surface
close abstract method
Surface class