Explorar el Código

1.添加获取UDid方法

tags/0.0.9
“yanghuaxuan” hace 3 años
padre
commit
197c6da3e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/flutter_alibc.dart

+ 1
- 1
lib/flutter_alibc.dart Ver fichero

@@ -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'];
}


Cargando…
Cancelar
Guardar