Ver a proveniência

1.添加获取UDid方法

tags/0.0.9
“yanghuaxuan” há 3 anos
ascendente
cometimento
197c6da3e3
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      lib/flutter_alibc.dart

+ 1
- 1
lib/flutter_alibc.dart Ver ficheiro

@@ -276,7 +276,7 @@ class FlutterAlibc {
_channel.invokeMethod("useAlipayNative", {"isNeed": isNeed});
}

static Future<String> getUdid(bool isNeed) async {
static Future<String> getUdid() async {
var map = await _channel.invokeMethod("getUdid");
return map['udid'];
}


Carregando…
Cancelar
Guardar