removeCustomLabelPolicyLogo_Pre method
Future<RemoveCustomLabelPolicyLogoResponse>
removeCustomLabelPolicyLogo_Pre(
- ServiceCall call,
- Future<
RemoveCustomLabelPolicyLogoRequest> request
Implementation
$async.Future<$0.RemoveCustomLabelPolicyLogoResponse> removeCustomLabelPolicyLogo_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveCustomLabelPolicyLogoRequest> request) async {
return removeCustomLabelPolicyLogo(call, await request);
}