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