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