From 197c6da3e3234f06309dacf76ba55de0df953fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyanghuaxuan=E2=80=9D?= <“646903573@qq.com”> Date: Sat, 10 Apr 2021 18:19:34 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E8=8E=B7=E5=8F=96UDid?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/flutter_alibc.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flutter_alibc.dart b/lib/flutter_alibc.dart index 9f83124..d348b01 100644 --- a/lib/flutter_alibc.dart +++ b/lib/flutter_alibc.dart @@ -276,7 +276,7 @@ class FlutterAlibc { _channel.invokeMethod("useAlipayNative", {"isNeed": isNeed}); } - static Future getUdid(bool isNeed) async { + static Future getUdid() async { var map = await _channel.invokeMethod("getUdid"); return map['udid']; }