listWebhooks_Pre method
Future<ListWebhooksResponse_>
listWebhooks_Pre(
- ServiceCall call,
- Future<
ListWebhookRequest_> request
Implementation
$async.Future<$8.ListWebhooksResponse_> listWebhooks_Pre(
$grpc.ServiceCall call,
$async.Future<$8.ListWebhookRequest_> request) async {
return listWebhooks(call, await request);
}