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