updateBoundingBox_Pre method
Future<UpdateBoundingBoxResponse>
updateBoundingBox_Pre(
- ServiceCall call,
- Future<
UpdateBoundingBoxRequest> request
Implementation
$async.Future<$3.UpdateBoundingBoxResponse> updateBoundingBox_Pre($grpc.ServiceCall call, $async.Future<$3.UpdateBoundingBoxRequest> request) async {
return updateBoundingBox(call, await request);
}