handshake property
Future<TlsHandshakeInfo> Function()
get
handshake
Implementation
_i2.Future<_i4.TlsHandshakeInfo> Function() get handshake =>
() => _i3.promiseToFuture(_i3.callMethod(
_i3.getProperty(
this,
'handshake',
),
r'call',
[this],
));
set
handshake
(Future<TlsHandshakeInfo> value())
Implementation
set handshake(_i2.Future<_i4.TlsHandshakeInfo> Function() value) {
_i3.setProperty(
this,
'handshake',
_i3.allowInterop(value),
);
}