setupWechat method
Implementation
void setupWechat(String appId, String appSecret) {
Map info = {_ssdkAppId: appId, _ssdkAppSecret: appSecret};
platformsInfo[ShareSDKPlatforms.wechatSeries.id] = info;
}
void setupWechat(String appId, String appSecret) {
Map info = {_ssdkAppId: appId, _ssdkAppSecret: appSecret};
platformsInfo[ShareSDKPlatforms.wechatSeries.id] = info;
}