获取PDA设备型号
static Future<String> getPDAModel() async { _checkIsInit(); return await _methodChannel.invokeMethod('getPDAModel') ?? '未知'; }