getLabelPolicy_Pre method

Future<GetLabelPolicyResponse> getLabelPolicy_Pre(
  1. ServiceCall call,
  2. Future<GetLabelPolicyRequest> request
)

Implementation

$async.Future<$1.GetLabelPolicyResponse> getLabelPolicy_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetLabelPolicyRequest> request) async {
  return getLabelPolicy(call, await request);
}