setLength method

ResponseFuture<SetLengthResponse_> setLength(
  1. SetLengthRequest_ request, {
  2. CallOptions? options,
})

Implementation

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