getCnameByKey method

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

Implementation

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