getDeviceModel method

String getDeviceModel()

获取设备型号

Implementation

String getDeviceModel() {
  return _deviceModel ?? "";
}