setupYiXin method
Implementation
void setupYiXin(String appid, String appSecret, String redirectUrl)
{
Map info = {
_ssdkAppId:appid,
_ssdkAppSecret:appSecret,
_ssdkRedirectUrl:redirectUrl
};
platformsInfo[ShareSDKPlatforms.yixinSeries.id] = info;
}