removeCustomLabelPolicyFont_Pre method

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

Implementation

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