moc-master
Results
1
issues of
moc-master
**Describe the bug** 2.2.0打开小程序后,关闭小程序,并没有回到app,而是在微信 而且监听的事件没有任何返回 void initState() { super.initState(); weChatResponseEventHandler.listen((res) { if (res is WeChatLaunchMiniProgramResponse) { if (mounted) { setState(() { _result = "isSuccessful:${res.isSuccessful}"; }); } } }); } **Which...