listWebhooks_Pre method

Future<ListWebhooksResponse> listWebhooks_Pre(
  1. ServiceCall call,
  2. Future<ListWebhooksRequest> request
)

Implementation

$async.Future<$15.ListWebhooksResponse> listWebhooks_Pre(
    $grpc.ServiceCall call,
    $async.Future<$15.ListWebhooksRequest> request) async {
  return listWebhooks(call, await request);
}