deleteWebhook_Pre method
Future<DeleteWebhookResponse_>
deleteWebhook_Pre(
- ServiceCall call,
- Future<
DeleteWebhookRequest_> request
Implementation
$async.Future<$8.DeleteWebhookResponse_> deleteWebhook_Pre(
$grpc.ServiceCall call,
$async.Future<$8.DeleteWebhookRequest_> request) async {
return deleteWebhook(call, await request);
}