tlsChannelId property

String? get tlsChannelId

The TLS channel ID of the page or frame that opened the connection, if requested by the extension or app, and if available.

Implementation

String? get tlsChannelId => _wrapped.tlsChannelId;
set tlsChannelId (String? v)

Implementation

set tlsChannelId(String? v) {
  _wrapped.tlsChannelId = v;
}