getTargetByID_Pre method

Future<GetTargetByIDResponse> getTargetByID_Pre(
  1. ServiceCall call,
  2. Future<GetTargetByIDRequest> request
)

Implementation

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