operatingSystemVersion property
String
get
operatingSystemVersion
A string representing the version of the operating system or platform.
Implementation
String get operatingSystemVersion {
try {
return platform.operatingSystemVersion;
} catch (e) {
return '';
}
}