admin
2021-12-04 5b1540fa5c18bc8b2739f4ab06d2a7b7953c65bf
lib/utils/global.dart
@@ -14,6 +14,9 @@
  static String? utdId;
  //android的版本
  static int? androidSDK;
  static Future loadUtdId() async {
    String? value =
        await messageChannel.send({"method": "getUtdid"}) as String?;