sessionTypeUnknown property
The session is running on an unknown type of device
Implementation
SessionTypeUnknown? get sessionTypeUnknown {
if (this is SessionTypeUnknown) {
return this as SessionTypeUnknown;
}
return null;
}
The session is running on an unknown type of device
SessionTypeUnknown? get sessionTypeUnknown {
if (this is SessionTypeUnknown) {
return this as SessionTypeUnknown;
}
return null;
}