getUserWechatInfoByCode method
ResponseFuture<WechatUserInfo>
getUserWechatInfoByCode(
- StringValue request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.WechatUserInfo> getUserWechatInfoByCode($2.StringValue request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getUserWechatInfoByCode, request, options: options);
}