convertOctonaryUtf8 method

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

Implementation

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