mirror of
https://github.com/RxReader/wechat_kit.git
synced 2025-08-26 08:41:03 +08:00
整理
This commit is contained in:
@ -78,6 +78,12 @@ class _HomeState extends State<Home> {
|
||||
),
|
||||
body: ListView(
|
||||
children: <Widget>[
|
||||
ListTile(
|
||||
title: const Text('微信回调 - 冷启'),
|
||||
onTap: () async {
|
||||
await Wechat.instance.handleInitialWXReq();
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
title: const Text('环境检查'),
|
||||
onTap: () async {
|
||||
|
Reference in New Issue
Block a user