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