updateBatch_Pre method

Future<UpdateBatchResponse> updateBatch_Pre(
  1. ServiceCall $call,
  2. Future<UpdateBatchPoints> $request
)

Implementation

$async.Future<$4.UpdateBatchResponse> updateBatch_Pre($grpc.ServiceCall $call, $async.Future<$4.UpdateBatchPoints> $request) async {
  return updateBatch($call, await $request);
}