sessionTypeWindows property
The session is running on a Windows device
Implementation
SessionTypeWindows? get sessionTypeWindows {
if (this is SessionTypeWindows) {
return this as SessionTypeWindows;
}
return null;
}
The session is running on a Windows device
SessionTypeWindows? get sessionTypeWindows {
if (this is SessionTypeWindows) {
return this as SessionTypeWindows;
}
return null;
}