updatePoetServer method

ResponseFuture<UpdatePoetServerResponse> updatePoetServer(
  1. UpdatePoetServerRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.UpdatePoetServerResponse> updatePoetServer(
    $3.UpdatePoetServerRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updatePoetServer, request, options: options);
}