menu
xcloudsdk_flutter package
documentation
api/util/util_api.dart
UtilAPI
xcDecryptDevInfo method
xcDecryptDevInfo method
dark_mode
light_mode
xcDecryptDevInfo
method
Future
<
String
>
xcDecryptDevInfo
(
String
str
)
设备信息解密
Implementation
Future<String> xcDecryptDevInfo(String str) { return _api.xcDecryptDevInfo(str); }
xcloudsdk_flutter package
documentation
api/util/util_api
UtilAPI
xcDecryptDevInfo method
UtilAPI class