sessionId property
String?
get
sessionId
The session ID used to uniquely identify a tab obtained from the sessions API.
Implementation
String? get sessionId => _wrapped.sessionId;
set
sessionId
(String? v)
Implementation
set sessionId(String? v) {
_wrapped.sessionId = v;
}