bindWithWechatCode method

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

Implementation

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