getTargetByID_Pre method
Future<GetTargetByIDResponse>
getTargetByID_Pre(
- ServiceCall call,
- Future<
GetTargetByIDRequest> request
Implementation
$async.Future<$0.GetTargetByIDResponse> getTargetByID_Pre($grpc.ServiceCall call, $async.Future<$0.GetTargetByIDRequest> request) async {
return getTargetByID(call, await request);
}