putWebhook_Pre method

Future<PutWebhookResponse_> putWebhook_Pre(
  1. ServiceCall call,
  2. Future<PutWebhookRequest_> request
)

Implementation

$async.Future<$8.PutWebhookResponse_> putWebhook_Pre($grpc.ServiceCall call,
    $async.Future<$8.PutWebhookRequest_> request) async {
  return putWebhook(call, await request);
}