createWebhook_Pre method
Implementation
$async.Future<$15.Webhook> createWebhook_Pre($grpc.ServiceCall call,
$async.Future<$15.CreateWebhookRequest> request) async {
return createWebhook(call, await request);
}
$async.Future<$15.Webhook> createWebhook_Pre($grpc.ServiceCall call,
$async.Future<$15.CreateWebhookRequest> request) async {
return createWebhook(call, await request);
}