We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
冷启动时 fluwx.getExtMsg().then((value) {}) 获取到 null, 在后台时, 通过 fluwx.addSubscriber((response) async { if (response is WeChatShowMessageFromWXRequest) { var extMsg = response.extMsg;
获取到的 extMsg 是有值的, 请问有人遇到过这个问题么
The text was updated successfully, but these errors were encountered:
看demo
Sorry, something went wrong.
No branches or pull requests
冷启动时 fluwx.getExtMsg().then((value) {}) 获取到 null,
在后台时,
通过 fluwx.addSubscriber((response) async {
if (response is WeChatShowMessageFromWXRequest) {
var extMsg = response.extMsg;
获取到的 extMsg 是有值的,
请问有人遇到过这个问题么
The text was updated successfully, but these errors were encountered: