removeCustomLabelPolicyFont_Pre method

Future<RemoveCustomLabelPolicyFontResponse> removeCustomLabelPolicyFont_Pre(
  1. ServiceCall $call,
  2. Future<RemoveCustomLabelPolicyFontRequest> $request
)

Implementation

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