setupWechat method

void setupWechat (String appId, String appSecret)

Implementation

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