getUserWechatInfoByCode method

ResponseFuture<WechatUserInfo> getUserWechatInfoByCode(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.WechatUserInfo> getUserWechatInfoByCode($0.StringValue request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getUserWechatInfoByCode, request, options: options);
}