getDeviceCompany method

String getDeviceCompany()

获取设备厂商

Implementation

String getDeviceCompany() {
  return _deviceCompany ?? "";
}