getDeviceOS method

String getDeviceOS()

获取设备操作系统

Implementation

String getDeviceOS() {
  return _deviceOS ?? "";
}