removeCustomLabelPolicyFont_Pre method
Future<RemoveCustomLabelPolicyFontResponse>
removeCustomLabelPolicyFont_Pre(
- ServiceCall $call,
- Future<
RemoveCustomLabelPolicyFontRequest> $request
Implementation
$async.Future<$0.RemoveCustomLabelPolicyFontResponse>
removeCustomLabelPolicyFont_Pre($grpc.ServiceCall $call,
$async.Future<$0.RemoveCustomLabelPolicyFontRequest> $request) async {
return removeCustomLabelPolicyFont($call, await $request);
}