loginByWechat static method
login by wechat auth code
Implementation
static Future<AuthResult> loginByWechat(String connId, String code) async {
return socialLogin("wechatMobile", connId, code);
}
login by wechat auth code
static Future<AuthResult> loginByWechat(String connId, String code) async {
return socialLogin("wechatMobile", connId, code);
}