mirror of
https://github.com/RxReader/wechat_kit.git
synced 2025-08-06 15:20:24 +08:00
update
This commit is contained in:
@ -94,7 +94,7 @@ class _HomeState extends State<Home> {
|
||||
title: const Text('环境检查'),
|
||||
onTap: () async {
|
||||
String content =
|
||||
'wechat: ${await _wechat.isWechatInstalled()} - ${await _wechat.isWechatSupportApi()}';
|
||||
'wechat: ${await _wechat.isInstalled()} - ${await _wechat.isSupportApi()}';
|
||||
_showTips('环境检查', content);
|
||||
},
|
||||
),
|
||||
|
Reference in New Issue
Block a user