sessionTypeChrome property
The session is running on the Chrome browser
Implementation
SessionTypeChrome? get sessionTypeChrome {
if (this is SessionTypeChrome) {
return this as SessionTypeChrome;
}
return null;
}
The session is running on the Chrome browser
SessionTypeChrome? get sessionTypeChrome {
if (this is SessionTypeChrome) {
return this as SessionTypeChrome;
}
return null;
}