getPreviewLabelPolicy_Pre method

Future<GetPreviewLabelPolicyResponse> getPreviewLabelPolicy_Pre(
  1. ServiceCall call,
  2. Future<GetPreviewLabelPolicyRequest> request
)

Implementation

$async.Future<$2.GetPreviewLabelPolicyResponse> getPreviewLabelPolicy_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.GetPreviewLabelPolicyRequest> request) async {
  return getPreviewLabelPolicy(call, await request);
}