getWebhookSecret_Pre method
Future<GetWebhookSecretResponse_>
getWebhookSecret_Pre(
- ServiceCall call,
- Future<
GetWebhookSecretRequest_> request
Implementation
$async.Future<$8.GetWebhookSecretResponse_> getWebhookSecret_Pre(
$grpc.ServiceCall call,
$async.Future<$8.GetWebhookSecretRequest_> request) async {
return getWebhookSecret(call, await request);
}