detachRequested property
bool
get
detachRequested
Whether a command detached the session (the remote shell keeps running). When set, the host must drop the connection without closing the session.
Implementation
bool get detachRequested => _detachRequested;