updateWebhook_Pre method

Future<Webhook> updateWebhook_Pre(
  1. ServiceCall call,
  2. Future<UpdateWebhookRequest> request
)

Implementation

$async.Future<$15.Webhook> updateWebhook_Pre($grpc.ServiceCall call,
    $async.Future<$15.UpdateWebhookRequest> request) async {
  return updateWebhook(call, await request);
}