guestProcessId property
int?
get
guestProcessId
The guest process id of the requesting webview, if available. Only available for component extensions.
Implementation
int? get guestProcessId => _wrapped.guestProcessId;
set
guestProcessId
(int? v)
Implementation
set guestProcessId(int? v) {
_wrapped.guestProcessId = v;
}