updateHost_Pre method

Future<OperationResponse> updateHost_Pre(
  1. ServiceCall call,
  2. Future<HostInfo> request
)

Implementation

$async.Future<$0.OperationResponse> updateHost_Pre($grpc.ServiceCall call, $async.Future<$4.HostInfo> request) async {
  return updateHost(call, await request);
}