xcDecryptDevInfo method

Future<String> xcDecryptDevInfo(
  1. String str
)

设备信息解密

Implementation

Future<String> xcDecryptDevInfo(String str) {
  return _api.xcDecryptDevInfo(str);
}