attach method
Implementation
Future<void> attach() async {
assert(_isAttached, "TerminalWindow has already been attached.");
_isAttached = true;
logger._isActive = true;
}
Future<void> attach() async {
assert(_isAttached, "TerminalWindow has already been attached.");
_isAttached = true;
logger._isActive = true;
}