deleteWebhook_Pre method

Future<DeleteWebhookResponse_> deleteWebhook_Pre(
  1. ServiceCall call,
  2. Future<DeleteWebhookRequest_> request
)

Implementation

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