update demo

This commit is contained in:
JarvanMo
2019-09-22 21:05:42 +08:00
parent 6eb3ecbf34
commit 5ce85d01e1

View File

@ -36,7 +36,7 @@ class _MyAppState extends State<MyApp> {
appId: "wxd930ea5d5a258f4f",
doOnAndroid: true,
doOnIOS: true,
enableMTA: false);
universalLink: "https://your.univerallink.com/link/");
var result = await fluwx.isWeChatInstalled();
print("is installed $result");
}