remoteVersion property
String?
get
remoteVersion
Identification string sent by the other side. For example, "SSH-2.0-OpenSSH_7.4p1". May be null if the handshake has not yet completed.
Implementation
String? get remoteVersion => _transport.remoteVersion;