operatingSystemVersion static method
Implementation
static String operatingSystemVersion() {
try {
return Platform.operatingSystemVersion;
} catch (e) {
return "";
}
}
static String operatingSystemVersion() {
try {
return Platform.operatingSystemVersion;
} catch (e) {
return "";
}
}